diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-02-21 20:29:02 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-02-21 20:29:02 +0100 |
commit | ce819b21b97f8abd15ed81a82bb181fc67be219f (patch) | |
tree | 4bda742ea8bba68d279842f33c39ce3ad502e810 | |
parent | a6bfce2e1a6fbb969ff870873175b70d7556fd3f (diff) |
Renumber the file & typofix on 2012_02_21_creature_loot_template
-rw-r--r-- | sql/updates/world/2012_02_21_02_world_creature_loot_template.sql (renamed from sql/updates/world/2012_02_21_01_world_creature_loot_template.sql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_02_21_01_world_creature_loot_template.sql b/sql/updates/world/2012_02_21_02_world_creature_loot_template.sql index 32fce3ab187..6c6af7ed2a3 100644 --- a/sql/updates/world/2012_02_21_01_world_creature_loot_template.sql +++ b/sql/updates/world/2012_02_21_02_world_creature_loot_template.sql @@ -1,4 +1,4 @@ -UPDATE `creature_template` SET `lootid`=`entry` WHERE `entry` IN (38340,38341,38342,38032,37917,38016,38023,37214,38030,38006,37984); +UPDATE `creature_template` SET `lootid`=`entry` WHERE `entry` IN (38032,37917,38016,38023,37214,38030,38006,37984); DELETE FROM `creature_loot_template` WHERE `entry`IN (38032,37917,38016,38023,37214,38030,38006,37984); INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (38032,1,100,1,0,-45009,1), -- Crown Sprayer |