mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
fix(DB/Loot): make Ranger Jaela and Vile'rel Unskinnable (#7243)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user