From a71e7275e8a9a6d35ea2cedf1cc388e2d6a7e4fb Mon Sep 17 00:00:00 2001 From: Lopin Date: Thu, 18 Aug 2011 14:20:19 +0200 Subject: DB/SQL: Fixed naming of last SQL file... --- sql/updates/world/2011_08_18_00_world_misc.sql | 9 +++++++++ sql/updates/world/2011_08_1_00_world_misc.sql | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 sql/updates/world/2011_08_18_00_world_misc.sql delete mode 100644 sql/updates/world/2011_08_1_00_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2011_08_18_00_world_misc.sql b/sql/updates/world/2011_08_18_00_world_misc.sql new file mode 100644 index 00000000000..0a01fc87763 --- /dev/null +++ b/sql/updates/world/2011_08_18_00_world_misc.sql @@ -0,0 +1,9 @@ +UPDATE `creature_template` SET `npcflag`=`npcflag`|0x1000000,`VehicleId`=165,`spell1`=54420,`AIName`='SmartAI',`InhabitType`=5 WHERE `entry`=29403; +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=29403; +INSERT INTO `npc_spellclick_spells` VALUES +(29403,49641,0,0,0,1,0,0,0); + +DELETE FROM `spell_scripts` WHERE `id`=54420; +INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(54420,1,0,18,0,0,0,0,0,0,0); + diff --git a/sql/updates/world/2011_08_1_00_world_misc.sql b/sql/updates/world/2011_08_1_00_world_misc.sql deleted file mode 100644 index 0a01fc87763..00000000000 --- a/sql/updates/world/2011_08_1_00_world_misc.sql +++ /dev/null @@ -1,9 +0,0 @@ -UPDATE `creature_template` SET `npcflag`=`npcflag`|0x1000000,`VehicleId`=165,`spell1`=54420,`AIName`='SmartAI',`InhabitType`=5 WHERE `entry`=29403; -DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=29403; -INSERT INTO `npc_spellclick_spells` VALUES -(29403,49641,0,0,0,1,0,0,0); - -DELETE FROM `spell_scripts` WHERE `id`=54420; -INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES -(54420,1,0,18,0,0,0,0,0,0,0); - -- cgit v1.2.3