diff options
author | kiper <kiper@trinitycore.contrib> | 2011-08-18 12:26:28 +0200 |
---|---|---|
committer | Lopin <davca.hr@seznam.cz> | 2011-08-18 12:26:28 +0200 |
commit | e21b3061137c7d47ca0cd08339bacd42a1e3ad2c (patch) | |
tree | 3eb31d08e55ef3fefcc9c85b08449909c6be77e0 | |
parent | dc3a3772ba140d92771225c0fade59349fd48670 (diff) |
DB/Quests: Fixed quest You'll Need a Gryphon
-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); + |