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

@@ -124,6 +124,8 @@ playerGossipBindings(new EntryBind<HookMgr::GossipEvents>("GossipEvents (player)
// run scripts
RunScripts();
OnLuaStateOpen();
}
Eluna::~Eluna()