[10961] Avoid use scripting support wrappers for internal server code.

This commit is contained in:
VladimirMangos 2011-01-04 22:46:25 +03:00
parent 3a99027a80
commit fda171d6bd
4 changed files with 7 additions and 7 deletions

View file

@ -8084,7 +8084,7 @@ void ObjectMgr::LoadMailLevelRewards()
continue;
}
if(!GetCreatureTemplateStore(senderEntry))
if(!GetCreatureTemplate(senderEntry))
{
sLog.outErrorDb("Table `mail_level_reward` have nonexistent sender creature entry (%u) for level %u that invalid not include any player races, ignoring.",senderEntry,level);
continue;