Exported ReloadZoneStaticData to perl and lua.

Usage:
(perl) quest::reloadzonestaticdata();
(lua) eq.reloadzonestaticdata();
This commit is contained in:
JJ
2015-03-18 02:49:00 -04:00
parent cd82aae183
commit 3b9f62f0a1
4 changed files with 24 additions and 0 deletions
+1
View File
@@ -249,6 +249,7 @@ public:
bool EnableRecipe(uint32 recipe_id);
bool DisableRecipe(uint32 recipe_id);
void ClearNPCTypeCache(int npctype_id);
void ReloadZoneStaticData();
Client *GetInitiator() const;
NPC *GetNPC() const;