mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Misc: Warning fixes
This commit is contained in:
@@ -1125,7 +1125,7 @@ class npc_meteor_strike_flame : public CreatureScript
|
||||
SetCombatMovement(false);
|
||||
}
|
||||
|
||||
void SetGUID(ObjectGuid guid, int32 /*id = 0 */)
|
||||
void SetGUID(ObjectGuid guid, int32 /*id = 0 */) override
|
||||
{
|
||||
_rootOwnerGuid = guid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user