From 2d191a668019703cf0e32700c586e94679ea04c7 Mon Sep 17 00:00:00 2001 From: treeston Date: Thu, 15 Jun 2017 04:19:12 +0200 Subject: 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. (cherry picked from commit 4b6351e6a5a2e2c986f3c0ea8e25bc76055c5b2c) --- src/server/worldserver/worldserver.conf.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/worldserver') diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index cb98239b83e..c673c143b42 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -889,7 +889,7 @@ StartPlayerLevel = 1 # # StartDeathKnightPlayerLevel -# Description: Staring level for death knights after creation. +# Description: Starting level for death knights after creation. # Range: 1-MaxPlayerLevel # Default: 55 -- cgit v1.2.3