[11435] Fixed IsPositiveEffect triggered spell case and some cleanups

Mostly found in time 400 update.
This commit is contained in:
VladimirMangos 2011-05-08 01:38:28 +04:00
parent 3f531024f7
commit 06ba42ccba
14 changed files with 15 additions and 27 deletions

View file

@ -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;