diff options
-rw-r--r-- | sql/updates/world/2011_08_1_00_world_misc.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2011_08_1_00_world_misc.sql b/sql/updates/world/2011_08_1_00_world_misc.sql new file mode 100644 index 00000000000..0a01fc87763 --- /dev/null +++ b/sql/updates/world/2011_08_1_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); + |