diff options
| author | teacher <none@none> | 2010-04-07 18:21:31 +0200 |
|---|---|---|
| committer | teacher <none@none> | 2010-04-07 18:21:31 +0200 |
| commit | 502fc82fb822e4245aff0530d22c013daa5d3de9 (patch) | |
| tree | 745b2826711d07ffa16e7a6abe5338c78d684d27 /sql/updates | |
| parent | 7afdb17ed39f85c5e9e69de8c91a0cfed9a0fe84 (diff) | |
Little sql cleanup and full update.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7705_characters_worldstates.sql | 2 | ||||
| -rw-r--r-- | sql/updates/7748_word_scriptname.sql (renamed from sql/updates/7748_word_scriptnames.sql) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/7705_characters_worldstates.sql b/sql/updates/7705_characters_worldstates.sql index 7c43bc06617..39e731b679b 100644 --- a/sql/updates/7705_characters_worldstates.sql +++ b/sql/updates/7705_characters_worldstates.sql @@ -6,4 +6,4 @@ RENAME `worldstates`, ROW_FORMAT=DYNAMIC; -- Only posible value is NextArenaPointDistributionTime so make the conversion to custom worldstate -UPDATE `worldstates` SET `entry`=20001, `comment`='NextArenaPointDistributionTime';
\ No newline at end of file +UPDATE `worldstates` SET `entry`=20001, `comment`='NextArenaPointDistributionTime'; diff --git a/sql/updates/7748_word_scriptnames.sql b/sql/updates/7748_word_scriptname.sql index a9b07086f06..a9b07086f06 100644 --- a/sql/updates/7748_word_scriptnames.sql +++ b/sql/updates/7748_word_scriptname.sql |
