diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-09 20:37:42 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-09 20:37:42 +0200 |
commit | 86811d5d66e18b837eba6c488910c552d88bd32b (patch) | |
tree | 5b83f7406fb28691d35257ac6162818fd0280b3d | |
parent | 3e29d89a71bf7c5809f9e370f2a8a9727fc51b0c (diff) |
SQL: Fix sql import error
-rw-r--r-- | sql/updates/world/2013_06_09_01_world_misc.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2013_06_09_01_world_misc.sql b/sql/updates/world/2013_06_09_01_world_misc.sql index bcf605ecc0e..7408d88dc1b 100644 --- a/sql/updates/world/2013_06_09_01_world_misc.sql +++ b/sql/updates/world/2013_06_09_01_world_misc.sql @@ -1,8 +1,8 @@ -- Fix quest To Westguard Keep! (11291) DELETE FROM `gossip_menu_option` WHERE `menu_id`=9618; -INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES -(9618,0,0,'Admiral Keller sent me, Emilune. Please send me to Westguard Keep!',1,1,0,0,0,0,0,''); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`box_coded`,`box_money`,`box_text`) VALUES +(9618,0,0,'Admiral Keller sent me, Emilune. Please send me to Westguard Keep!',1,1,0,0,0,0,''); UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=27930; DELETE FROM `smart_scripts` WHERE `entryorguid`=27930 AND `source_type`=0; |