diff options
author | megamage <none@none> | 2009-02-05 15:29:27 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-05 15:29:27 -0600 |
commit | e361e81b6f005ca10abf3538c38e3bb3f76f9bf3 (patch) | |
tree | 5e9e70b93fb9713cc97b42a2f8de43441d1d9ae0 | |
parent | cb2da9515fb61f9a09d2dc31dc56f79845b7be1e (diff) | |
parent | fb8e19397b586645f0188e8ebabe14703b9ecfee (diff) |
*Merge.
--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 c122795300c..85c81a5cd0c 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 |