chore(Core/Player): clarify a gossip error about invalid OptionType (#11173)

This commit is contained in:
Skjalf
2022-03-28 19:10:22 -03:00
committed by GitHub
parent bd2844bb2d
commit fed66a3429

View File

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