[Bug Fix] Players could become flagged as a Trader when they were not trading (#4553)

This commit is contained in:
Mitch Freeman
2024-11-24 19:17:01 -04:00
committed by GitHub
parent a49d1446b7
commit 7a841c11c5
3 changed files with 7 additions and 5 deletions
+1
View File
@@ -1945,6 +1945,7 @@ struct ServerOP_GuildMessage_Struct {
struct TraderMessaging_Struct {
uint32 action;
uint32 zone_id;
uint32 instance_id;
uint32 trader_id;
uint32 entity_id;
char trader_name[64];