diff --git a/data/sql/updates/pending_db_world/rev_1655221651010939500.sql b/data/sql/updates/pending_db_world/rev_1655221651010939500.sql new file mode 100644 index 000000000..c9706b51d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1655221651010939500.sql @@ -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;