diff options
| author | Brian <runningnak3d@gmail.com> | 2010-02-24 23:50:54 -0700 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-02-24 23:50:54 -0700 |
| commit | cb5ffcafdbcd4dde38d51e1af3870870b3479b78 (patch) | |
| tree | 2ec27c6d6ab05e906eab142d3354895d0c659d16 /sql/updates | |
| parent | 1ee9839bcb4aa31321a011595ceb557bee930ef1 (diff) | |
| parent | c76cb0ce7cae42970ac1b0792a9ee4ed33a23386 (diff) | |
* Merge
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7432_world_access_requirement.sql | 1 | ||||
| -rw-r--r-- | sql/updates/7432_world_trinity_string.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7432_world_access_requirement.sql b/sql/updates/7432_world_access_requirement.sql new file mode 100644 index 00000000000..fcaabd1de2f --- /dev/null +++ b/sql/updates/7432_world_access_requirement.sql @@ -0,0 +1 @@ +ALTER TABLE `access_requirement` ADD COLUMN `status` TINYINT UNSIGNED DEFAULT 15 COMMENT 'instance status (open/close)'; diff --git a/sql/updates/7432_world_trinity_string.sql b/sql/updates/7432_world_trinity_string.sql new file mode 100644 index 00000000000..798cebb91be --- /dev/null +++ b/sql/updates/7432_world_trinity_string.sql @@ -0,0 +1 @@ +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5008,'This instance is closed.'); |
