diff options
-rw-r--r-- | sql/updates/world/master/2025_02_07_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_02_07_00_world.sql b/sql/updates/world/master/2025_02_07_00_world.sql new file mode 100644 index 00000000000..1abcea95a7a --- /dev/null +++ b/sql/updates/world/master/2025_02_07_00_world.sql @@ -0,0 +1,7 @@ +-- Update Difficulty +UPDATE `creature_template_difficulty` SET `LootID` = 54130 WHERE `entry` = 54130; + +-- Add loot +DELETE FROM `creature_loot_template` WHERE `Entry` = 54130; +INSERT INTO `creature_loot_template` (`Entry`, `ItemType`, `Item`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(54130, 0, 72071, 85, 1, 1, 0, 1, 1, 'Stolen Training Supplies'); |