mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
Remove duplicate eluna world update call
This commit is contained in:
parent
23dd2f483a
commit
0c7bb068e9
1 changed files with 0 additions and 5 deletions
|
|
@ -1894,11 +1894,6 @@ void World::Update(uint32 diff)
|
||||||
// And last, but not least handle the issued cli commands
|
// And last, but not least handle the issued cli commands
|
||||||
ProcessCliCommands();
|
ProcessCliCommands();
|
||||||
|
|
||||||
///- Used by Eluna
|
|
||||||
#ifdef ENABLE_ELUNA
|
|
||||||
sEluna->OnWorldUpdate(diff);
|
|
||||||
#endif /* ENABLE_ELUNA */
|
|
||||||
|
|
||||||
// cleanup unused GridMap objects as well as VMaps
|
// cleanup unused GridMap objects as well as VMaps
|
||||||
sTerrainMgr.Update(diff);
|
sTerrainMgr.Update(diff);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue