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:
parent
5371fd56f8
commit
7f49ec7a7a
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue