DB/Creature: remove one incorrect npcflag

This commit is contained in:
Aokromes
2016-06-19 21:00:17 +02:00
parent 42741ef0cf
commit 2048f963f6

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `npcflag`=`npcflag` &~2 WHERE `entry` IN (3101);