parent
48b4623f3e
commit
c74ad5c8c2
@ -446,7 +446,8 @@ public:
|
|||||||
bool barter_open;
|
bool barter_open;
|
||||||
bool barter_extended_open;
|
bool barter_extended_open;
|
||||||
bool enchantgrade_open; // Whether the enchantgrade window is open or not
|
bool enchantgrade_open; // Whether the enchantgrade window is open or not
|
||||||
unsigned int block_action : 10;
|
// Bitmask of e_pcblock_action_flag values
|
||||||
|
uint16 block_action;
|
||||||
bool refineui_open;
|
bool refineui_open;
|
||||||
t_itemid inventory_expansion_confirmation;
|
t_itemid inventory_expansion_confirmation;
|
||||||
uint16 inventory_expansion_amount;
|
uint16 inventory_expansion_amount;
|
||||||
|
|||||||
@ -10625,8 +10625,9 @@
|
|||||||
export_constant(PCBLOCK_SITSTAND);
|
export_constant(PCBLOCK_SITSTAND);
|
||||||
export_constant(PCBLOCK_COMMANDS);
|
export_constant(PCBLOCK_COMMANDS);
|
||||||
export_constant(PCBLOCK_NPCCLICK);
|
export_constant(PCBLOCK_NPCCLICK);
|
||||||
export_constant(PCBLOCK_NPC);
|
|
||||||
export_constant(PCBLOCK_EMOTION);
|
export_constant(PCBLOCK_EMOTION);
|
||||||
|
export_constant(PCBLOCK_EQUIP);
|
||||||
|
export_constant(PCBLOCK_NPC);
|
||||||
export_constant(PCBLOCK_ALL);
|
export_constant(PCBLOCK_ALL);
|
||||||
|
|
||||||
/* convertpcinfo command */
|
/* convertpcinfo command */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user