From 6b96facee3389f79e579e8a325440051891fa27e Mon Sep 17 00:00:00 2001 From: ModoX Date: Sun, 29 Dec 2024 00:17:07 +0100 Subject: Core/AI: Remove default arguments for inter-script communication --- .../CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Outland') diff --git a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp index 4db5d93b6e6..0c6aa3f1fb5 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp @@ -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; -- cgit v1.2.3