(cherry picked from commit b08280fcfe)
This commit is contained in:
Killyana
2017-12-22 21:06:36 +01:00
committed by funjoker
parent 2e828b4026
commit eba8916ca2

View File

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