mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Scripts/HoR: fix warning
This commit is contained in:
@@ -2468,7 +2468,7 @@ class npc_uther_quel_delar : public CreatureScript
|
||||
}
|
||||
}
|
||||
|
||||
void MovementInform(uint32 type, uint32 pointId) override
|
||||
void MovementInform(uint32 /*type*/, uint32 pointId) override
|
||||
{
|
||||
switch (pointId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user