mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
DB/Loot: Voidwalker Minions are not meant to drop loot
By dr-j and Exodius closes #11012
This commit is contained in:
3
sql/updates/world/2013_11_02_06_world_loot.sql
Normal file
3
sql/updates/world/2013_11_02_06_world_loot.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` =8996;
|
||||
UPDATE `creature_template` SET `lootid`=0, `mingold`=0, `maxgold`=0 WHERE `entry`=8996;
|
||||
Reference in New Issue
Block a user