This commit is contained in:
Killyana
2017-12-22 21:06:36 +01:00
parent ab8ce7f215
commit b08280fcfe

View File

@@ -171,7 +171,7 @@ class instance_stratholme : public InstanceMapScript
break;
case NPC_YSIDA:
ysidaGUID = creature->GetGUID();
me->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_QUESTGIVER);
creature->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_QUESTGIVER);
break;
}
}