Scripts/Stratholme: Fix a DB error

Ref #20749
This commit is contained in:
Killyana
2017-12-22 20:20:14 +01:00
parent 85e460802d
commit be56a4669e
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `npcflag` = `npcflag` | 2 WHERE `entry` = 16031;

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