Properly store clans tag for sales announcement deletion
This commit is contained in:
parent
8054296d0a
commit
06a90abc6a
@ -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()
|
||||||
|
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user