Export clear_npctype_cache as both lua/perl general functions.

This commit is contained in:
KimLS
2014-02-01 14:55:51 -08:00
parent 6e0a214bcc
commit 8b1262b198
5 changed files with 31 additions and 2 deletions
+1
View File
@@ -233,6 +233,7 @@ public:
void CrossZoneMessagePlayerByName(uint32 Type, const char *CharName, const char *Message);
bool EnableRecipe(uint32 recipe_id);
bool DisableRecipe(uint32 recipe_id);
void ClearNPCTypeCache(int npctype_id);
Client *GetInitiator() const;
NPC *GetNPC() const;