Check to prevent Ratpouch saying 'Excuse me' redundantly

svn-id: r29458
This commit is contained in:
Paul Gilbert 2007-11-09 08:21:15 +00:00
parent 870ec35291
commit 25d22b2b42

View File

@ -1117,6 +1117,7 @@ int PausedCharacterList::check(uint16 charId, int numImpinging, uint16 *impingin
if ((charHotspot->characterMode() == CHARMODE_PAUSED) ||
((charHotspot->pauseCtr() == 0) &&
(charHotspot->characterMode() == CHARMODE_NONE))) {
if (hotspot->characterMode() != CHARMODE_WAIT_FOR_INTERACT)
hotspot->resource()->scriptHotspotId = charId;
}