mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
MovementInform should overrides
This commit is contained in:
@@ -864,7 +864,7 @@ class npc_suppresser : public CreatureScript
|
||||
}
|
||||
}
|
||||
|
||||
void MovementInform(uint32 /*type*/, uint32 id)
|
||||
void MovementInform(uint32 /*type*/, uint32 id) override
|
||||
{
|
||||
if (id == 42)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user