Scripts/Stratholme: Fix a DB error

Ref #20749

(cherry picked from commit be56a4669e)
This commit is contained in:
Killyana
2017-12-22 20:20:14 +01:00
committed by funjoker
parent bddd58d469
commit 2e828b4026
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->RemoveNpcFlag(UNIT_NPC_FLAG_QUESTGIVER);
break;
}
}