Remove duplicate eluna world update call

This commit is contained in:
Rochet2 2017-06-18 19:03:37 +03:00 committed by Antz
parent 23dd2f483a
commit 0c7bb068e9

View file

@ -1894,11 +1894,6 @@ void World::Update(uint32 diff)
// And last, but not least handle the issued cli commands
ProcessCliCommands();
///- Used by Eluna
#ifdef ENABLE_ELUNA
sEluna->OnWorldUpdate(diff);
#endif /* ENABLE_ELUNA */
// cleanup unused GridMap objects as well as VMaps
sTerrainMgr.Update(diff);
}