*Fix a bug that Illidan script causes crash.

*Fix 541_characters.sql. By Anubisss.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-12-20 10:42:00 -06:00
parent dbbfe36cb0
commit 41e27a9b40
2 changed files with 8 additions and 4 deletions
+1
View File
@@ -1,3 +1,4 @@
DROP TABLE IF EXISTS `saved_variables`;
CREATE TABLE `saved_variables` (
`NextArenaPointDistributionTime` bigint(40) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Variable Saves';