aboutsummaryrefslogtreecommitdiff
path: root/sql/world.sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-27 22:39:06 +0200
committerQAston <none@none>2009-08-27 22:39:06 +0200
commit629420b54b983109377c69e1d58363faead709ad (patch)
treea9cc6514b880990362f46d6b8a16efe70fd81774 /sql/world.sql
parent685dee559381705e7c79b6cd6b499f23e7e8fc36 (diff)
*Fix Crypt Fever and Ebon Plague disease damage mod.
--HG-- branch : trunk
Diffstat (limited to 'sql/world.sql')
-rw-r--r--sql/world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql
index 1e9831d856c..e96ffb4388e 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -2840,7 +2840,7 @@ CREATE TABLE `spell_dbc` (
`AreaGroupId` INT NOT NULL DEFAULT 0,
`SchoolMask` INT UNSIGNED NOT NULL DEFAULT 0,
`Comment` TEXT NOT NULL,
- PRIMARY KEY (`id`)
+ PRIMARY KEY (`Id`)
)ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Custom spell.dbc entries';
--