fix(DB/Hyjal): weird loot format for Archimonde (#18682)
Create archi_loot_fix.sql
This commit is contained in:
parent
dcff70c935
commit
e701f3c615
1 changed files with 3 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue