aboutsummaryrefslogtreecommitdiff
path: root/sql/base
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-08-06 16:28:17 +0200
committerXTZGZoReX <none@none>2010-08-06 16:28:17 +0200
commitfd34134a455314dcd404fd928453b816554bfb3f (patch)
treed597dbeb59f7eeac402839a539b38f454afb91a1 /sql/base
parentfda697a1e75201fd1e8828f792741a56f6136f64 (diff)
* Add ScriptName to game_weather.
--HG-- branch : trunk
Diffstat (limited to 'sql/base')
-rw-r--r--sql/base/world_database.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index 2f2fb86997e..100a578f60b 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -2372,6 +2372,7 @@ CREATE TABLE `game_weather` (
`winter_rain_chance` tinyint(3) unsigned NOT NULL DEFAULT '25',
`winter_snow_chance` tinyint(3) unsigned NOT NULL DEFAULT '25',
`winter_storm_chance` tinyint(3) unsigned NOT NULL DEFAULT '25',
+ `ScriptName` char(64) NOT NULL DEFAULT '',
PRIMARY KEY (`zone`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Weather System';
/*!40101 SET character_set_client = @saved_cs_client */;