aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-04-06 14:11:03 +0200
committerAnubisss <none@none>2009-04-06 14:11:03 +0200
commitb4e7c01a908be0e7431ad265dae4434eda986b38 (patch)
tree68507e5492c92d9da6749148be2fe936e1d1fb91
parent9ba686e9ba365e572ac06a339af49a5f7bcaf018 (diff)
*Fix CRLF in 2450_world.
--HG-- branch : trunk
-rw-r--r--sql/updates/2450_world.sql14
1 files changed, 7 insertions, 7 deletions
diff --git a/sql/updates/2450_world.sql b/sql/updates/2450_world.sql
index 407ce84cc24..f5d90abfd18 100644
--- a/sql/updates/2450_world.sql
+++ b/sql/updates/2450_world.sql
@@ -1,7 +1,7 @@
-UPDATE `gameobject_template` SET `ScriptName`='go_jump_a_tron' WHERE `entry`=183146;
-UPDATE `gameobject_template` SET `ScriptName`='go_ethereum_prison' WHERE `entry`=184421;
-UPDATE `gameobject_template` SET `scriptname`='go_sacred_fire_of_life' WHERE `entry`=175944;
-UPDATE `gameobject_template` SET `scriptname`='go_skull_pile' WHERE `entry`=185913;
-DELETE FROM `command` WHERE `name` IN ('reload spell_linked_spell');
-INSERT INTO `command` VALUES
-('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.'); \ No newline at end of file
+UPDATE `gameobject_template` SET `ScriptName`='go_jump_a_tron' WHERE `entry`=183146;
+UPDATE `gameobject_template` SET `ScriptName`='go_ethereum_prison' WHERE `entry`=184421;
+UPDATE `gameobject_template` SET `scriptname`='go_sacred_fire_of_life' WHERE `entry`=175944;
+UPDATE `gameobject_template` SET `scriptname`='go_skull_pile' WHERE `entry`=185913;
+DELETE FROM `command` WHERE `name` IN ('reload spell_linked_spell');
+INSERT INTO `command` VALUES
+('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.');