Core/Loot: typos!

This commit is contained in:
Kandera
2012-07-09 13:09:44 -04:00
parent fcb4613245
commit 80664e2421

View File

@@ -915,7 +915,7 @@ ByteBuffer& operator<<(ByteBuffer& b, LootView const& lv)
if (!item.is_blocked)
{
b << uint8(LOOT_SLOT_TYPE_ALLOW_LOOT);
item.is_blocked == true;
item.is_blocked = true;
}
else
b << uint8(LOOT_SLOT_TYPE_ROLL_ONGOING);
@@ -974,7 +974,7 @@ ByteBuffer& operator<<(ByteBuffer& b, LootView const& lv)
if (!item.is_blocked)
{
b << uint8(LOOT_SLOT_TYPE_ALLOW_LOOT);
item.is_blocked == true;
item.is_blocked = true;
}
else
b << uint8(LOOT_SLOT_TYPE_ROLL_ONGOING);