mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
Fix (DB\Loot) Copper Bolt Loot fix (#10006)
* Fix (DB\Loot) Copper Bolt Loot fix Removes the loot from 3 creatures who should not have the loot per udb audit. * Update rev_1641313085677965557.sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641313085677965557');
|
||||
|
||||
-- Removes Handful of Copper Bolt loot from creatures who are not suppose to have it
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` IN (2044, 2673, 6250)) AND (`Item`= 4359);
|
||||
Reference in New Issue
Block a user