Scripts/Stratholme: Fix a DB error

Ref #20749
This commit is contained in:
Killyana
2017-12-22 20:20:14 +01:00
committed by Aokromes
parent f21a2fda58
commit 0d4810ad93
2 changed files with 3 additions and 0 deletions

View File

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