diff options
| author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-06-25 06:20:12 -0700 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-06-25 06:20:12 -0700 |
| commit | b23a6d2d00106fa4865049b4061f505af775e5a6 (patch) | |
| tree | bb81158c060a8ca0540882e7818bb2662f6be86c | |
| parent | 60159297f2cb9b493da8577292daa6a6d2afa5be (diff) | |
| parent | 7ec342eca89d79210e2c4bb181939f593a569b3e (diff) | |
Merge pull request #10095 from Kirkhammett/patch-1
Update README
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -56,9 +56,9 @@ under Windows or cat *.sql > world_updates under Linux. You need to update your core (recompile and overwrite binaries) when updating your database, usually you can't use one older core with a newer database or a -newer core with a older database. +newer core with an older database. When updating your core you also need to import the files at sql/updates/auth -and sql/updates/characters along with sql/updates/world files. +and sql/updates/characters along with the sql/updates/world files. You can't merge all the sql files on sql/updates into a single file, because they belong to 3 different databases and they don't use database name. @@ -76,5 +76,5 @@ if wiki refers to TDB 50 and you see TDB 52 get the higher number. Some reading skills, search forum, read http://www.trinitycore.org/f/topic/1518- and http://www.trinitycore.org/f/topic/37- before posting a bug report or ask for help on forum. -Search for existing bug reports before post your bug report, don't post multiple +Search for existing bug reports before posting your own bug reports; don't post multiple bugs on a single ticket. |
