mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix (DB/Loot) Old Hillsbrad Foothills guards should not skinnable (#20818)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (18094, 18093, 18092);
|
||||
|
||||
DELETE FROM `skinning_loot_template` WHERE `entry` IN (18094, 18093, 18092);
|
||||
Reference in New Issue
Block a user