mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Loot): Removes incorrect drops from Highland Razormaw (#8017)
- Closes #6877 Co-authored-by: Hacki95 <62942638+Hacki95@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632237700523246200');
|
||||
|
||||
DELETE FROM
|
||||
`creature_loot_template`
|
||||
WHERE
|
||||
`Entry` = 1018
|
||||
AND
|
||||
`Item` IN (24067, 24733);
|
||||
Reference in New Issue
Block a user