aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-01-23 20:00:01 +0100
committerXTZGZoReX <none@none>2010-01-23 20:00:01 +0100
commit6e3127bbe55812c5a617933e842663f1d9212e2a (patch)
treef3379c2618058032cdb7f6b5769dc8b233b8ee38
parent171e7b70a56497f1ed72af26e1558ea6ee0fd311 (diff)
* Fix CRLF.
--HG-- branch : trunk
-rw-r--r--sql/updates/7168_world_spell_stack_masks.sql14
1 files changed, 7 insertions, 7 deletions
diff --git a/sql/updates/7168_world_spell_stack_masks.sql b/sql/updates/7168_world_spell_stack_masks.sql
index c3e4f0c1275..2e7d449593c 100644
--- a/sql/updates/7168_world_spell_stack_masks.sql
+++ b/sql/updates/7168_world_spell_stack_masks.sql
@@ -1,7 +1,7 @@
-DROP TABLE IF EXISTS `spell_stack_masks`;
-
-CREATE TABLE `spell_stack_masks` (
- `id` int(32) unsigned NOT NULL default '0',
- `mask` int(64) unsigned NOT NULL default '0',
- PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+DROP TABLE IF EXISTS `spell_stack_masks`;
+
+CREATE TABLE `spell_stack_masks` (
+ `id` int(32) unsigned NOT NULL default '0',
+ `mask` int(64) unsigned NOT NULL default '0',
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;