ItemPacketType updates

This commit is contained in:
Uleat
2016-05-27 03:38:13 -04:00
parent a144ecd21b
commit 0ecc702612
10 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -10223,7 +10223,7 @@ void command_zopp(Client *c, const Seperator *sep)
packettype = ItemPacketTrade;
}
else {
packettype = ItemPacketSummonItem;
packettype = ItemPacketLimbo;
}
int16 slotid = atoi(sep->arg[2]);