DB/Creature: remove loot and experience for Webbed Creature.

(cherry picked from commit a01f7ad470)
This commit is contained in:
SnapperRy
2016-10-03 13:34:57 +02:00
committed by joschiwald
parent 2f7720755b
commit a256f94851

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `lootid`=0, `flags_extra`=`flags_extra`|0x40 WHERE `entry`=17680;
DELETE FROM `creature_loot_template` WHERE `entry`=17680;