Added new hook for post reload

This commit is contained in:
Foereaper
2014-09-10 01:28:52 +02:00
parent b6663ba2d1
commit 7be917335a
4 changed files with 14 additions and 3 deletions

View File

@@ -194,6 +194,7 @@ public:
void OnQuestAbandon(Player* pPlayer, uint32 questId);
InventoryResult OnCanUseItem(const Player* pPlayer, uint32 itemEntry);
void OnLuaStateClose();
void OnLuaStateOpen();
bool OnAddonMessage(Player* sender, uint32 type, std::string& msg, Player* receiver, Guild* guild, Group* group, Channel* channel);
/* Item */