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:
Jan M. D. Hansen
2021-09-27 23:00:14 +02:00
committed by GitHub
parent abd7748c2c
commit 5f0da005f9

View File

@@ -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);