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:
parent
b97cf91a15
commit
6c2cbdb097
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue