Core/Misc: Warning fixes

This commit is contained in:
Shauren
2015-06-13 14:04:10 +02:00
parent 74eeefa5be
commit dc53dad8a4
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -97,7 +97,7 @@ class QueryCallback
//! Resets all underlying variables (param, result and stage)
void Reset()
{
SetParam(NULL);
SetParam(ParamType());
FreeResult();
ResetStage();
}