Core/AI: Remove default arguments for inter-script communication

This commit is contained in:
ModoX
2024-12-29 00:17:07 +01:00
parent 309ba22a15
commit 6b96facee3
19 changed files with 111 additions and 58 deletions

View File

@@ -102,7 +102,7 @@ struct npc_inner_demon : public ScriptedAI
victimGUID = guid;
}
ObjectGuid GetGUID(int32 id/* = 0 */) const override
ObjectGuid GetGUID(int32 id) const override
{
if (id == INNER_DEMON_VICTIM)
return victimGUID;