mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Loot: i am full of fail
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DELET FROM `creature_loot_template` WHERE `entry` = 37126;
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 37126;
|
||||
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
|
||||
(37126, 49426, 100, 1, 0, 1, 1),
|
||||
(37126, 1, 100, 1, 0, -100002, 1);
|
||||
|
||||
Reference in New Issue
Block a user