Skip to content

Commit

Permalink
DB/Quests: Fixed quest You'll Need a Gryphon
Browse files Browse the repository at this point in the history
  • Loading branch information
kiper authored and Lopin committed Aug 18, 2011
1 parent dc3a377 commit e21b306
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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;

This comment has been minimized.

Copy link
@Jildor

Jildor Jan 20, 2012

Contributor

Is old, but, why put SmartAI if does not have smart_script?

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);

2 comments on commit e21b306

@Odilon
Copy link

@Odilon Odilon commented on e21b306 Aug 18, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File have a wrong name. Not on TC sql filename standard.

@Lopin
Copy link
Contributor

@Lopin Lopin commented on e21b306 Aug 18, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed...

Please sign in to comment.