diff options
author | Drahy <none@none> | 2009-02-05 22:14:38 +0100 |
---|---|---|
committer | Drahy <none@none> | 2009-02-05 22:14:38 +0100 |
commit | fb8e19397b586645f0188e8ebabe14703b9ecfee (patch) | |
tree | a8798e0c742d3ce7e3f0ca0719bdab99a1005a68 | |
parent | 7e70df2e7d08d4d2672efe07dedfc12ae5408b89 (diff) |
* Changed file 1_world_scripts.sql to correct 805_world_scripts.sql - Thx for pointing to megamage
* Related updates
--HG--
branch : trunk
-rw-r--r-- | sql/TBC-WLK converter/Readme.txt | 2 | ||||
-rw-r--r-- | sql/updates/805_world_scripts.sql (renamed from sql/updates/1_world_scripts.sql) | 0 | ||||
-rw-r--r-- | sql/updates/CMakeLists.txt | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/sql/TBC-WLK converter/Readme.txt b/sql/TBC-WLK converter/Readme.txt index b2e9283fe46..58f95ba0cd4 100644 --- a/sql/TBC-WLK converter/Readme.txt +++ b/sql/TBC-WLK converter/Readme.txt @@ -5,4 +5,4 @@ Convert DB from 2.4.3 to 3.0.x: 3. Run TBC-WLK_world_run_only_once.sql in "world" database.
4. Run TBC-WLK_world.sql in "world" database.
-After that you need to manually apply all sqls starting from 1_world_scripts.sql (in sql/updates)
\ No newline at end of file +After that you need to manually apply all sqls starting from 805_world_scripts.sql (in sql/updates)
\ No newline at end of file diff --git a/sql/updates/1_world_scripts.sql b/sql/updates/805_world_scripts.sql index 743984d3ad0..743984d3ad0 100644 --- a/sql/updates/1_world_scripts.sql +++ b/sql/updates/805_world_scripts.sql diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 975d18ef279..f4962d15292 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -1,5 +1,5 @@ INSTALL(FILES -1_world_scripts.sql +805_world_scripts 875_(mangos_7047)_01_characters_character_spell.sql 875_(mangos_7059)_01_characters_pet_spell.sql 1026_(mangos_7113)_01_characters_character_achievement_progress.sql |