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:
neifion-00000000
2023-04-18 19:18:38 -05:00
committed by GitHub
parent 3601d6e76a
commit 82b7441c57

View File

@@ -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;