mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
fix(DB/Loot): remove Arathi PVP food/bandages from open world NPCs (#6891)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626007477539439387');
|
||||
|
||||
-- Delete Arathi PVP supplies from Warpwood Stomper, Desert Rumbler, Vekniss Soldier
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` IN (11465, 11746, 15229) AND `item` IN (20062, 20066);
|
||||
|
||||
-- Delete loot table for Field Marshal Oslight
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 14983;
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 14983;
|
||||
|
||||
Reference in New Issue
Block a user