From e21b3061137c7d47ca0cd08339bacd42a1e3ad2c Mon Sep 17 00:00:00 2001 From: kiper Date: Thu, 18 Aug 2011 12:26:28 +0200 Subject: [PATCH] DB/Quests: Fixed quest You'll Need a Gryphon --- sql/updates/world/2011_08_1_00_world_misc.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/2011_08_1_00_world_misc.sql 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 0000000000000..0a01fc8776345 --- /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); +