DB/Templates: Add quest relations flag to npc 36296 "Apothecary Hummel <Crown Chemical Co.>", fixes startup error

This commit is contained in:
Malcrom
2011-02-08 18:53:20 +01:00
committed by Shauren
parent bf8e88c0b8
commit 86ccea7268
@@ -0,0 +1,2 @@
-- Add quest relations flag to npc 36296 "Apothecary Hummel <Crown Chemical Co.>"
UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry`=36296;