mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +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;
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ class QueryCallback
|
||||
//! Resets all underlying variables (param, result and stage)
|
||||
void Reset()
|
||||
{
|
||||
SetParam(NULL);
|
||||
SetParam(ParamType());
|
||||
FreeResult();
|
||||
ResetStage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user