Merge branch 'core4' into feature/core4-atys

feature/core4-atys
kaetemi 3 years ago
commit 0d1ac00392
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -1026,6 +1026,8 @@ void CChatGroupWindow::loadFreeTeller(NLMISC::IStream &f)
f.serial(sTitle);
title = sTitle.toUtf8();
}
else
f.serial(title);
CGroupContainer *pGC = createFreeTeller(title, "");

@ -268,7 +268,7 @@
<leaf name="START_TRADE_PACT" sendto="EGS" format="u16" description="start bot chat pacts with the given session id" />
<leaf name="START_TRADE_ACTION" sendto="EGS" format="u16" description="start bot chat actions with the given session id" />
<leaf name="BUY" sendto="EGS" format="u16 u16" description="Client buy object. param1: index in list. Param2: quantity" />
<leaf name="SELL" sendto="EGS" format="u8 u8 u16 u32" description="Client sell item in: 1/ inventory id INVENTORIES::EInventory 2/ index 3/ quantity 4/ resale price" />
<leaf name="SELL" sendto="EGS" format="u8 u16 u16 u32" description="Client sell item in: 1/ inventory id INVENTORIES::EInventory 2/ index 3/ quantity 4/ resale price" />
<leaf name="DESTROY_ITEM" sendto="EGS" format="u16 u16" description="Client destroy an item in sell store. param1: index in list. Param2: quantity" />
<leaf name="REFRESH_TRADE_LIST" sendto="EGS" format="" description="Client want refresh trade list from current Bot" />
<!-- trade filters -->

Loading…
Cancel
Save