aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
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/updates
parentfda697a1e75201fd1e8828f792741a56f6136f64 (diff)
* Add ScriptName to game_weather.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9195_world_game_weather.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/9195_world_game_weather.sql b/sql/updates/9195_world_game_weather.sql
new file mode 100644
index 00000000000..355c49e7640
--- /dev/null
+++ b/sql/updates/9195_world_game_weather.sql
@@ -0,0 +1 @@
+ALTER TABLE `game_weather` ADD `ScriptName` char(64) NOT NULL DEFAULT '' AFTER `winter_storm_chance`;