DB/Misc: Fix some Npc flags

This commit is contained in:
Killyana
2018-04-11 12:25:33 +02:00
parent bfc40533c4
commit eb884070fb

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `npcflag`=0 WHERE `entry` IN (34835,34876,34877,34878,35175,35200,37203);
DELETE FROM `creature_queststarter` WHERE `id` IN (34835,34876,34877,34878,35175,35200,37203);