Added ScriptName to battleground_template for script system rewrite

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-08-06 13:47:17 +02:00
parent 6a202826e6
commit 07348ff4af
6 changed files with 15 additions and 5 deletions
+1
View File
@@ -241,6 +241,7 @@ CREATE TABLE `battleground_template` (
`HordeStartLoc` mediumint(8) unsigned NOT NULL,
`HordeStartO` float NOT NULL,
`Weight` tinyint(2) unsigned NOT NULL DEFAULT 1,
`ScriptName` char(64) NOT NULL DEFAULT '',
`Comment` char(32) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;