mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user