aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/146_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/146_world.sql b/sql/updates/146_world.sql
index 67de357f841..9bfdb2f9be3 100644
--- a/sql/updates/146_world.sql
+++ b/sql/updates/146_world.sql
@@ -5,7 +5,7 @@ CREATE TABLE `spell_linked_spell` (
`spell_trigger` int(10) NOT NULL,
`spell_effect` int(10) NOT NULL default '0',
`type` smallint(3) unsigned NOT NULL default '0',
- `comment` text NOT NULL default '',
+ `comment` text NOT NULL,
PRIMARY KEY (`spell_trigger`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;