mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 13:29:41 -04:00
* Add ScriptName to game_weather.
--HG-- branch : trunk
This commit is contained in:
@@ -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 */;
|
||||
|
||||
Reference in New Issue
Block a user