fix(DB/Loot): remove underlevel RLT 24074 from Rocs/Hyenas (#6866)
This commit is contained in:
parent
a80859da1e
commit
7cf5fbc458
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625916764471568068');
|
||||
|
||||
-- Deletes lvl (min:10/avg:10.68/max:11) RLT 24074 from lvl 44 Blisterpaw Hyena (ID 5426), lvl 43 Fire Roc (ID 5429)
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` IN (5426, 5429) AND `Reference` = 24074;
|
||||
Loading…
Add table
Add a link
Reference in a new issue