mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8467] Fixed some typos.
This commit is contained in:
parent
d24fd20cc3
commit
a65d3a1560
4 changed files with 5 additions and 5 deletions
|
|
@ -18673,9 +18673,9 @@ void Player::UpdateForQuestWorldObjects()
|
|||
continue;
|
||||
|
||||
SpellClickInfoMapBounds clickPair = objmgr.GetSpellClickInfoMapBounds(obj->GetEntry());
|
||||
for(SpellClickInfoMap::const_iterator itr = clickPair.first; itr != clickPair.second; ++itr)
|
||||
for(SpellClickInfoMap::const_iterator _itr = clickPair.first; _itr != clickPair.second; ++_itr)
|
||||
{
|
||||
if(itr->second.questStart || itr->second.questEnd)
|
||||
if(_itr->second.questStart || _itr->second.questEnd)
|
||||
{
|
||||
obj->BuildCreateUpdateBlockForPlayer(&udata,this);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue