From ce819b21b97f8abd15ed81a82bb181fc67be219f Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Tue, 21 Feb 2012 20:29:02 +0100 Subject: Renumber the file & typofix on 2012_02_21_creature_loot_template --- .../world/2012_02_21_01_world_creature_loot_template.sql | 11 ----------- .../world/2012_02_21_02_world_creature_loot_template.sql | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 sql/updates/world/2012_02_21_01_world_creature_loot_template.sql create mode 100644 sql/updates/world/2012_02_21_02_world_creature_loot_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_02_21_01_world_creature_loot_template.sql b/sql/updates/world/2012_02_21_01_world_creature_loot_template.sql deleted file mode 100644 index 32fce3ab187..00000000000 --- a/sql/updates/world/2012_02_21_01_world_creature_loot_template.sql +++ /dev/null @@ -1,11 +0,0 @@ -UPDATE `creature_template` SET `lootid`=`entry` WHERE `entry` IN (38340,38341,38342,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 -(37917,1,100,1,0,-45009,1), -- Crown Thug -(38016,1,100,1,0,-45009,1), -- Crown Agent -(38023,1,100,1,0,-45009,1), -- Crown Sprinkler -(37214,1,100,1,0,-45009,1), -- Crown Lackey -(38030,1,100,1,0,-45009,1), -- Crown Underling -(38006,1,100,1,0,-45009,1), -- Crown Hoodlum (level 1??) -(37984,1,100,1,0,-45009,1); -- Crown Duster (level 1??) diff --git a/sql/updates/world/2012_02_21_02_world_creature_loot_template.sql b/sql/updates/world/2012_02_21_02_world_creature_loot_template.sql new file mode 100644 index 00000000000..6c6af7ed2a3 --- /dev/null +++ b/sql/updates/world/2012_02_21_02_world_creature_loot_template.sql @@ -0,0 +1,11 @@ +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 +(37917,1,100,1,0,-45009,1), -- Crown Thug +(38016,1,100,1,0,-45009,1), -- Crown Agent +(38023,1,100,1,0,-45009,1), -- Crown Sprinkler +(37214,1,100,1,0,-45009,1), -- Crown Lackey +(38030,1,100,1,0,-45009,1), -- Crown Underling +(38006,1,100,1,0,-45009,1), -- Crown Hoodlum (level 1??) +(37984,1,100,1,0,-45009,1); -- Crown Duster (level 1??) -- cgit v1.2.3