diff options
| author | xjose93 <xjose93@hotmail.com> | 2013-04-14 11:19:30 +0200 |
|---|---|---|
| committer | xjose93 <xjose93@hotmail.com> | 2013-04-15 09:32:35 +0200 |
| commit | 19b47e452fff6ca20d1ba1b7ab4c037d87aa4df0 (patch) | |
| tree | 5d68e9e0266de48fa7d84da64b9c2d81489408ee /sql/updates | |
| parent | bf10860a1c237fda0f7dd62297d6a591247ec660 (diff) | |
Core/Events: announce event system improvement.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2013_04_14_00_world_game_event.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_14_00_world_game_event.sql b/sql/updates/world/2013_04_14_00_world_game_event.sql new file mode 100644 index 00000000000..82929053e8c --- /dev/null +++ b/sql/updates/world/2013_04_14_00_world_game_event.sql @@ -0,0 +1,2 @@ +ALTER TABLE `game_event` +ADD COLUMN `announce` tinyint(3) unsigned NULL DEFAULT 2 COMMENT '0 dont announce, 1 announce, 2 value from config' AFTER `world_event`; |
