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

View File

@@ -0,0 +1 @@
ALTER TABLE `battleground_template` ADD `ScriptName` char(64) NOT NULL DEFAULT '' AFTER `Weight`;