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:
ZhengPeiRu21
2022-06-18 06:40:00 -06:00
committed by GitHub
parent 5371fd56f8
commit 7f49ec7a7a

View File

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