mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/creature_loot): Defias Rapier drops (#8836)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635586926158019590');
|
||||
|
||||
-- Deletes Defias Rapier from RLT 24077
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry` = 24077 AND `Item` = 1925;
|
||||
|
||||
-- Adds Defias Rapier drop to Defias Watchman
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 1725 AND `Item` = 1925;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(1725, 1925, 0, 6.6, 0, 1, 1, 1, 1, 'Defias Watchman - Defias Rapier');
|
||||
|
||||
Reference in New Issue
Block a user