mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Conditions: Fix copypaste from previous commit
This commit is contained in:
@@ -3662,7 +3662,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