mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[11435] Fixed IsPositiveEffect triggered spell case and some cleanups
Mostly found in time 400 update.
This commit is contained in:
parent
3f531024f7
commit
06ba42ccba
14 changed files with 15 additions and 27 deletions
|
|
@ -1373,7 +1373,8 @@ void World::DetectDBCLang()
|
|||
m_lang_confid = LOCALE_enUS;
|
||||
}
|
||||
|
||||
ChrRacesEntry const* race = sChrRacesStore.LookupEntry(1);
|
||||
ChrRacesEntry const* race = sChrRacesStore.LookupEntry(RACE_HUMAN);
|
||||
MANGOS_ASSERT(race);
|
||||
|
||||
std::string availableLocalsStr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue