mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Conditions: Fix copypaste from previous commit
(cherry picked from commit 23b216aa67)
This commit is contained in:
@@ -3566,7 +3566,7 @@ bool ConditionMgr::IsMeetingWorldStateExpression(Map const* map, WorldStateExpre
|
||||
default:
|
||||
break;
|
||||
}
|
||||
} while (buffer.rpos() >= buffer.size());
|
||||
} while (buffer.rpos() < buffer.size());
|
||||
|
||||
return finalResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user