aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_09_21_00_world_misc.sql6
-rw-r--r--sql/updates/world/2011_09_21_01_world_spell_script_names.sql5
-rw-r--r--sql/updates/world/2011_09_21_02_world_command.sql3
-rw-r--r--sql/updates/world/2011_09_21_02_world_trinity_string.sql4
-rw-r--r--sql/updates/world/2011_09_22_00_world_spell_script_names.sql3
5 files changed, 21 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_21_00_world_misc.sql b/sql/updates/world/2011_09_21_00_world_misc.sql
new file mode 100644
index 00000000000..730e27fb2b2
--- /dev/null
+++ b/sql/updates/world/2011_09_21_00_world_misc.sql
@@ -0,0 +1,6 @@
+UPDATE `creature_template` SET `scriptname`='mob_bullet_controller' WHERE `entry` = 34743;
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `ConditionTypeOrReference` = 18 AND `SourceEntry` IN (66152,66153);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(13, 0, 66152, 0, 18, 1, 34720, 1, 0, '', 'Light Bullets Stalker - Light Orb Spawn'),
+(13, 0, 66153, 0, 18, 1, 34704, 1, 0, '', 'Dark Bullets Stalker - Dark Orb Spawn');
diff --git a/sql/updates/world/2011_09_21_01_world_spell_script_names.sql b/sql/updates/world/2011_09_21_01_world_spell_script_names.sql
new file mode 100644
index 00000000000..d3c16bec947
--- /dev/null
+++ b/sql/updates/world/2011_09_21_01_world_spell_script_names.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (53475,53487,54015);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(53475, 'spell_gen_oracle_wolvar_reputation'), -- Set Oracle Faction Friendly
+(53487, 'spell_gen_oracle_wolvar_reputation'), -- Set Wolvar Faction Honored
+(54015, 'spell_gen_oracle_wolvar_reputation'); -- Set Oracle Faction Honored \ No newline at end of file
diff --git a/sql/updates/world/2011_09_21_02_world_command.sql b/sql/updates/world/2011_09_21_02_world_command.sql
new file mode 100644
index 00000000000..629f0c9ab32
--- /dev/null
+++ b/sql/updates/world/2011_09_21_02_world_command.sql
@@ -0,0 +1,3 @@
+DELETE FROM command WHERE name = 'dev';
+INSERT INTO command VALUES
+('dev', 3, 'Syntax: .dev [on/off]\r\n\r\nEnable or Disable in game Dev tag or show current state if on/off not provided.');
diff --git a/sql/updates/world/2011_09_21_02_world_trinity_string.sql b/sql/updates/world/2011_09_21_02_world_trinity_string.sql
new file mode 100644
index 00000000000..954c4a7eded
--- /dev/null
+++ b/sql/updates/world/2011_09_21_02_world_trinity_string.sql
@@ -0,0 +1,4 @@
+DELETE FROM trinity_string WHERE entry IN (1137, 1138);
+INSERT INTO trinity_string (`entry`,`content_default`) VALUES
+(1137, 'Dev mode is ON'),
+(1138, 'Dev mode is OFF');
diff --git a/sql/updates/world/2011_09_22_00_world_spell_script_names.sql b/sql/updates/world/2011_09_22_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..af75822087e
--- /dev/null
+++ b/sql/updates/world/2011_09_22_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=63342;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(63342,'spell_kologarn_summon_focused_eyebeam');