Fix (DB\Loot) Remove Tree Frog Loot (#9949)

Tree Frog has no loot. This is comical that we had it like this for so long.
This commit is contained in:
acidmanifesto
2021-12-31 18:16:22 +01:00
committed by GitHub
parent b97cf91a15
commit 6c2cbdb097

View File

@@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640969804388366165');
-- removes loot id 7549 link from Tree Frog
UPDATE `creature_template` SET `lootid`=0 WHERE `entry`=7549;
-- Removes Loot from creature Tree Frog NPC ID 7549
DELETE FROM `creature_loot_template` WHERE `Entry`=7549 AND `Item`=18255 AND `Reference`=0 AND `GroupId`=0;
DELETE FROM `creature_loot_template` WHERE `Entry`=7549 AND `Item`=18297 AND `Reference`=0 AND `GroupId`=0;