aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <none@none>2010-08-26 15:32:08 +0200
committerShauren <none@none>2010-08-26 15:32:08 +0200
commit692779f2830cc9c14eb07cb70908694b3c5ad75a (patch)
treef23ecde82f586cfb99eeef857e2e04054c1a7f75 /sql
parent73d3f210a9df46d3725575663538a69cf58f0fda (diff)
Core/Scripts: Added possibility to disable default aura effects for the whole duration of aura (PreventDefaultAction works per script call, PreventDefaultEffect is global)
Scripts/Icecrown Citadel: Corrected aura scripts for new PreventDefaultEffect, thx QAston for pointing it out SQL: Corrected name for 9599 vehicle accessory SQL: Fixed import errors in 9600_world_script_texts.sql by Supabad --HG-- branch : trunk rename : sql/updates/9599_vehicle_accessory.sql => sql/updates/9599_world_vehicle_accessory.sql
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/9599_world_vehicle_accessory.sql (renamed from sql/updates/9599_vehicle_accessory.sql)0
-rw-r--r--sql/updates/9600_world_script_texts.sql12
2 files changed, 6 insertions, 6 deletions
diff --git a/sql/updates/9599_vehicle_accessory.sql b/sql/updates/9599_world_vehicle_accessory.sql
index 4eb84f71290..4eb84f71290 100644
--- a/sql/updates/9599_vehicle_accessory.sql
+++ b/sql/updates/9599_world_vehicle_accessory.sql
diff --git a/sql/updates/9600_world_script_texts.sql b/sql/updates/9600_world_script_texts.sql
index 2233b74de39..c361533a44c 100644
--- a/sql/updates/9600_world_script_texts.sql
+++ b/sql/updates/9600_world_script_texts.sql
@@ -1,6 +1,6 @@
-DELETE FROM script_texts WHERE entry BETWEEN -1000578 AND -1000575;
-INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
-(19589,-1000575,'All systems on-line. Prepare yourself, we leave shortly.',0,0,0,0,'max_a_million SAY_START'),
-(19589,-1000576,'Be careful in there and come back in one piece!',0,0,0,0,'bot-specialist_alley SAY_ALLEY_FAREWELL'),
-(19589,-1000577,'Proceed.',0,0,0,0,'max_a_million SAY_CONTINUE'),
-(19589,-1000578,'You are back! Were you able to get all of the machines?',0,0,0,0,'bot-specialist_alley SAY_ALLEY_FINISH');
+DELETE FROM `script_texts` WHERE `entry` BETWEEN -1000578 AND -1000575;
+INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`sound`,`type`,`language`,`emote`,`comment`) VALUES
+(19589,-1000575, 'All systems on-line. Prepare yourself, we leave shortly.',0,0,0,0, 'max_a_million SAY_START'),
+(19589,-1000576, 'Be careful in there and come back in one piece!',0,0,0,0, 'bot-specialist_alley SAY_ALLEY_FAREWELL'),
+(19589,-1000577, 'Proceed.',0,0,0,0, 'max_a_million SAY_CONTINUE'),
+(19589,-1000578, 'You are back! Were you able to get all of the machines?',0,0,0,0, 'bot-specialist_alley SAY_ALLEY_FINISH');