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:
acidmanifesto
2022-01-04 19:37:22 +01:00
committed by GitHub
parent 5c4750a526
commit 8b6c37a8b6

View File

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