Skip to content

Commit d68c9f3

Browse files
committed
Rename Eluna map update hook
1 parent 24e9287 commit d68c9f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/game/LuaEngine

src/server/game/Scripting/ScriptMgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ void ScriptMgr::OnMapUpdate(Map* map, uint32 diff)
15611561
if (Eluna* e = map->GetEluna())
15621562
{
15631563
e->UpdateEluna(diff);
1564-
e->OnUpdate(map, diff);
1564+
e->OnMapUpdate(map, diff);
15651565
}
15661566
#endif
15671567

0 commit comments

Comments
 (0)