diff options
| author | treeston <treeston.mmoc@gmail.com> | 2017-06-15 04:19:12 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2017-06-15 04:19:28 +0200 |
| commit | 4b6351e6a5a2e2c986f3c0ea8e25bc76055c5b2c (patch) | |
| tree | 0a1c6c50006aefe85f46550f7ae4a65b73971920 /src/server/worldserver | |
| parent | d58fe103bf48b2b16cd0625f12d612b2918d291b (diff) | |
Fixes to all-reputation and all-skill custom option handling:
- Move on-create customs (all explored, all reputations) to CharacterHandler::HandlePlayerLogin for first login. Fixes #19839.
- Add Wrath factions to all reputations custom (it only had BC factions).
- Remove unused ReputationMgr::SendStates. Add ReputationMgr::SendState handling for sending all updated states in arbitrary order if nullptr is passed (used in point #1).
- Fix all weapon skills max custom to properly apply on learning new weapon skills.
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index a4943047a97..83dd87a487e 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -820,7 +820,7 @@ StartPlayerLevel = 1 # # StartDeathKnightPlayerLevel -# Description: Staring level for death knight characters after creation. +# Description: Starting level for death knight characters after creation. # Range: 1-MaxPlayerLevel # Default: 55 |
