From eba8916ca2abab5d79ec8713f52d8b49da04c735 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 22 Dec 2017 21:06:36 +0100 Subject: Typo (cherry picked from commit b08280fcfee500acf8b951ec2c05e0760d4b9955) --- src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp b/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp index 14385ca007e..8214fb489e5 100644 --- a/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp +++ b/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp @@ -171,7 +171,7 @@ class instance_stratholme : public InstanceMapScript break; case NPC_YSIDA: ysidaGUID = creature->GetGUID(); - me->RemoveNpcFlag(UNIT_NPC_FLAG_QUESTGIVER); + creature->RemoveNpcFlag(UNIT_NPC_FLAG_QUESTGIVER); break; } } -- cgit v1.2.3