mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
ItemPacketType updates
This commit is contained in:
+1
-1
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user