aboutsummaryrefslogtreecommitdiff
path: root/sql/old/2.4.3
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2011-05-12 00:08:00 +0100
committerNay <dnpd.dd@gmail.com>2011-05-18 15:51:42 +0100
commite6e3174d9a869fac2df7c6bbd6ebcdbabfdd1509 (patch)
treed3cdc0aafb61ecc85496af4ee9f2911c43cd561a /sql/old/2.4.3
parente0bdefb54f21143ad406b833ee509b1030c4fd87 (diff)
DB/SQL: No tabs nor CR line feeds
Diffstat (limited to 'sql/old/2.4.3')
-rw-r--r--sql/old/2.4.3/00542_characters.sql4
-rw-r--r--sql/old/2.4.3/00762_world.sql6
-rw-r--r--sql/old/2.4.3/00764_world_scripts.sql2
3 files changed, 6 insertions, 6 deletions
diff --git a/sql/old/2.4.3/00542_characters.sql b/sql/old/2.4.3/00542_characters.sql
index 4cc3bebea80..f03c03f900f 100644
--- a/sql/old/2.4.3/00542_characters.sql
+++ b/sql/old/2.4.3/00542_characters.sql
@@ -22,7 +22,7 @@ SET
WHERE
`a`.`arenateamid` = `b`.`atid` AND
`a`.`guid` = `b`.`b_guid`;
-
+
UPDATE
`arena_team_member` AS `a`,
(SELECT
@@ -47,7 +47,7 @@ SET
WHERE
`a`.`arenateamid` = `b`.`atid` AND
`a`.`guid` = `b`.`b_guid`;
-
+
UPDATE
`arena_team_member` AS `a`,
(SELECT
diff --git a/sql/old/2.4.3/00762_world.sql b/sql/old/2.4.3/00762_world.sql
index ce64e8c9065..ed7b2ab5241 100644
--- a/sql/old/2.4.3/00762_world.sql
+++ b/sql/old/2.4.3/00762_world.sql
@@ -1,6 +1,6 @@
DROP TABLE IF EXISTS `transport_events`;
CREATE TABLE `transport_events` (
- `entry` int(11) unsigned NOT NULL default '0',
- `waypoint_id` int(11) unsigned NOT NULL default '0',
- `event_id` int(11) unsigned NOT NULL default '0'
+`entry` int(11) unsigned NOT NULL default '0',
+`waypoint_id` int(11) unsigned NOT NULL default '0',
+`event_id` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
diff --git a/sql/old/2.4.3/00764_world_scripts.sql b/sql/old/2.4.3/00764_world_scripts.sql
index 52592cd8ad3..86e57979e41 100644
--- a/sql/old/2.4.3/00764_world_scripts.sql
+++ b/sql/old/2.4.3/00764_world_scripts.sql
@@ -118,6 +118,6 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,
(-1533106,'Your petty magics are no challenge to the might of the Scourge! ',14481,1,0,'kelthuzad SAY_SPECIAL1_MANA_DET'),
(-1533107,'Enough! I grow tired of these distractions! ',14483,1,0,'kelthuzad SAY_SPECIAL3_MANA_DET'),
(-1533108,'Fools, you have spread your powers too thin. Be free, my minions!',14482,1,0,'kelthuzad SAY_SPECIAL2_DISPELL');
-
+
UPDATE `script_texts` SET `sound`=8902 WHERE `entry`=-1533055;
UPDATE `script_texts` SET `sound`=8901 WHERE `entry`=-1533056;