fix(DB/Loot): Remove Roughshod Pikes from creature loot (#15916)
* fix(DB/loot): Remove Roughshod Pikes from creature loot * ```````````` ````````````` * fix run issue * Update data/sql/updates/pending_db_world/rev_1681209847729403600.sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
--
|
||||||
|
-- Remove Roughshod Pikes from any creature
|
||||||
|
DELETE FROM `creature_loot_template` WHERE `Item` = 12533;
|
||||||
|
UPDATE `creature_template` SET `lootid`=0 WHERE `entry`=415;
|
||||||
Reference in New Issue
Block a user