fix(DB/Loot): make Ranger Jaela and Vile'rel Unskinnable (#7243)

This commit is contained in:
Azcobu
2021-08-10 23:23:40 +09:30
committed by GitHub
parent 5035d15d73
commit 50ed776947

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628170702879843880');
-- removes skinning loot from Ranger Jaela and Vile'rel
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (15416, 9036);