Eluna fix problem with reloading timed events

This commit is contained in:
Rochet2
2015-02-15 02:08:23 +02:00
parent 6a731d24ea
commit e7019de059
5 changed files with 52 additions and 29 deletions

View File

@@ -101,7 +101,7 @@ void Eluna::_ReloadEluna()
eWorld->SendServerMessage(SERVER_MSG_STRING, "Reloading Eluna...");
// Remove all timed events
sEluna->eventMgr->RemoveEvents();
sEluna->eventMgr->SetStates(LUAEVENT_STATE_ERASE);
// Close lua
sEluna->CloseLua();