#310 no sale flag in command_inventory

Closed
opened 3 years ago by image · 1 comments
image commented 3 years ago

need support for this command:

$6 = 0x7fffa9e41fe0 "nosale 3765629756639733 1"

need support for this command: $6 = 0x7fffa9e41fe0 "nosale 3765629756639733 1"
image commented 3 years ago
Collaborator
alter table character_items add column no_sale tinyint(1) unsigned not null default 0;
``` alter table character_items add column no_sale tinyint(1) unsigned not null default 0; ```
image referenced this issue from a commit 3 years ago
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.