diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-11-03 10:09:41 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-11-03 10:09:41 +0100 |
commit | a5a9503bbe80068863bc129afcb41e5ea02cd8b3 (patch) | |
tree | 1b4cbe7b086872c291b269c807bf8bc2e08eebcd | |
parent | 58ec4e531914121144b6f852e3abf27cbb2f6fc4 (diff) |
DB/Loot: readd loot to stinky from clean 49 (removed by accident)
Closes #8222
-rw-r--r-- | sql/updates/world/2012_11_03_00_world_creature_loot_template.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_11_03_00_world_creature_loot_template.sql b/sql/updates/world/2012_11_03_00_world_creature_loot_template.sql new file mode 100644 index 00000000000..0e5c39b796d --- /dev/null +++ b/sql/updates/world/2012_11_03_00_world_creature_loot_template.sql @@ -0,0 +1,6 @@ +-- Readd loot to Stinky +DELETE FROM `creature_loot_template` WHERE `entry` IN(37025,38064); +INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) +VALUES +(37025,1,100,1,0,-35069,2), +(38064,1,100,1,0,-35069,2); |