mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Hyjal): weird loot format for Archimonde (#18682)
Create archi_loot_fix.sql
This commit is contained in:
3
data/sql/updates/pending_db_world/archi_loot_fix.sql
Normal file
3
data/sql/updates/pending_db_world/archi_loot_fix.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 17968 AND `Item` = 190068;
|
||||
UPDATE `creature_loot_template` SET `MaxCount` = 3 WHERE `Entry` = 17968 AND `Item` = 34068;
|
||||
Reference in New Issue
Block a user