Properly store clans tag for sales announcement deletion

This commit is contained in:
AlexTheCoder 2017-07-22 22:21:12 -04:00
parent 8054296d0a
commit 06a90abc6a
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ public class SalesAnnouncementDeleteCommand extends ServerCommand
{ {
_id = id; _id = id;
_from = from; _from = from;
_clans = clans;
} }
public Integer getId() public Integer getId()

View File

@ -12,6 +12,7 @@ public class SalesAnnouncementDeleteCommand extends ServerCommand
{ {
_id = id; _id = id;
_from = from; _from = from;
_clans = clans;
} }
public Integer getId() public Integer getId()