mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
DB/Creature: remove loot and experience for Webbed Creature.
(cherry picked from commit a01f7ad470)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user