Core/Packets: updated EquipmentSet save packets

This commit is contained in:
joschiwald
2014-11-19 21:09:30 +01:00
parent 13bca49e5f
commit abff9de719
15 changed files with 215 additions and 200 deletions
@@ -78,5 +78,7 @@ ByteBuffer& operator<<(ByteBuffer& data, WorldPackets::Spell::SpellCastLogData&
data.WriteBit(false);
// data << float // Unk data if bit is true
data.FlushBits();
return data;
}