mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/creature_template): Fix Domesticated Felboar (#12057)
* fix(DB/creature_template): Fix Domensticated Felboar * Removed unused Domensticated Felboar loot from creature_loot_template
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Update Domesticated Felboar - they should not provide XP, Loot, or be Skinnable as of an exploit fix in 2.4
|
||||
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0, `ExperienceModifier` = 0 WHERE `entry` = 21195;
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 21195;
|
||||
Reference in New Issue
Block a user