chore(Core/Player): clarify a gossip error about invalid OptionType (#11173)
This commit is contained in:
parent
bd2844bb2d
commit
fed66a3429
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ void Player::PrepareGossipMenu(WorldObject* source, uint32 menuId /*= 0*/, bool
|
|||
canTalk = false;
|
||||
break;
|
||||
default:
|
||||
LOG_ERROR("sql.sql", "Creature entry {} has unknown gossip option {} for menu {}", creature->GetEntry(), itr->second.OptionType, itr->second.MenuID);
|
||||
LOG_ERROR("sql.sql", "Creature entry {} has unknown OptionType {} for menu {}", creature->GetEntry(), itr->second.OptionType, itr->second.MenuID);
|
||||
canTalk = false;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue