mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Remove ; and little fix to MiniWindow
This commit is contained in:
@@ -276,7 +276,7 @@ void Item::serializeItem(const BinaryWriteTreePtr& out)
|
||||
out->writeU8(ATTR_COUNT);
|
||||
out->writeU8(getCount());
|
||||
|
||||
out->writeU8(ATTR_CHARGES);;
|
||||
out->writeU8(ATTR_CHARGES);
|
||||
out->writeU16(getCountOrSubType());
|
||||
|
||||
Position dest = m_attribs.get<Position>(ATTR_TELE_DEST);
|
||||
|
Reference in New Issue
Block a user