mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Bug fix in event_trade export, exported augments too. Also need to fix overloads
This commit is contained in:
+1
-1
@@ -647,7 +647,7 @@ void Client::FinishTrade(Mob* tradingWith, ServerPacket* qspack, bool finalizer)
|
||||
parse->AddVar(temp1, temp2);
|
||||
|
||||
for(int y = 0; y < 5; y++) {
|
||||
snprintf(temp1, 100, "item%d.augment.%d", z + 1, tradingWith->GetNPCTypeID());
|
||||
snprintf(temp1, 100, "item%d.augment%d.%d", z + 1, y + 1, tradingWith->GetNPCTypeID());
|
||||
snprintf(temp2, 100, "%d", augments[z][y]);
|
||||
parse->AddVar(temp1, temp2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user