Check to prevent Ratpouch saying 'Excuse me' redundantly
svn-id: r29458
This commit is contained in:
parent
870ec35291
commit
25d22b2b42
1 changed files with 2 additions and 1 deletions
|
@ -1117,7 +1117,8 @@ int PausedCharacterList::check(uint16 charId, int numImpinging, uint16 *impingin
|
|||
if ((charHotspot->characterMode() == CHARMODE_PAUSED) ||
|
||||
((charHotspot->pauseCtr() == 0) &&
|
||||
(charHotspot->characterMode() == CHARMODE_NONE))) {
|
||||
hotspot->resource()->scriptHotspotId = charId;
|
||||
if (hotspot->characterMode() != CHARMODE_WAIT_FOR_INTERACT)
|
||||
hotspot->resource()->scriptHotspotId = charId;
|
||||
}
|
||||
|
||||
hotspot->setPauseCtr(IDLE_COUNTDOWN_SIZE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue