aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/455_world.sql
diff options
context:
space:
mode:
authorrunningnak3d <none@none>2008-12-22 20:59:45 +0000
committerrunningnak3d <none@none>2008-12-22 20:59:45 +0000
commitde11cc3f8ecb3edff0c720f669077594f9602214 (patch)
treee7e727a46a1bd46fd53d79222188cb4c0b6c494c /sql/updates/455_world.sql
parentea891c0575e4a76f26d3fb8ec9c7a2f4eff4a9bf (diff)
* And yet more SQL clean up
--HG-- branch : trunk rename : sql/updates/488_world_script.sql => sql/updates/488_world_scripts.sql rename : sql/updates/502_trinity_scripts.sql => sql/updates/502_world_scripts.sql rename : sql/updates/566_world_spell_script_target.sql => sql/updates/566_world.sql
Diffstat (limited to 'sql/updates/455_world.sql')
-rw-r--r--sql/updates/455_world.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/updates/455_world.sql b/sql/updates/455_world.sql
index 74c52f164b0..a40de1b77f3 100644
--- a/sql/updates/455_world.sql
+++ b/sql/updates/455_world.sql
@@ -1,9 +1,9 @@
-- demon fire
-update creature_template set spell1 = 40029, flags_extra = 128, scriptname = '' where entry = 23069;
+UPDATE `creature_template` SET spell1 = 40029, flags_extra = 128, ScriptName = '' WHERE entry = 23069;
-- pillar of fire
-update creature_template set spell1 = 43218, flags_extra = 128, scriptname = '' where entry = 24187;
+UPDATE `creature_template` SET spell1 = 43218, flags_extra = 128, ScriptName = '' WHERE entry = 24187;
-- Broggok Poison Cloud
-update creature_template set spell1 = 30914, flags_extra = 128, scriptname = '' where entry = 17662;
+UPDATE `creature_template` SET spell1 = 30914, flags_extra = 128, ScriptName = '' WHERE entry = 17662;
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43468, 44007, 1, 'Storm Eye Safe Zone');
@@ -11,4 +11,4 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `commen
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43654, 0, 'Electrical Arc Visual');
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43655, 0, 'Electrical Arc Visual');
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43656, 0, 'Electrical Arc Visual');
-INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43659, 0, 'Electrical Arc Visual'); \ No newline at end of file
+INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43659, 0, 'Electrical Arc Visual');