Fixed PCBLOCK_EQUIP (#8399)

Fixes #8398

Thanks to @nubspixel
This commit is contained in:
Lemongrass3110 2024-06-04 10:02:14 +02:00 committed by GitHub
parent 48b4623f3e
commit c74ad5c8c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -446,7 +446,8 @@ public:
bool barter_open;
bool barter_extended_open;
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;
t_itemid inventory_expansion_confirmation;
uint16 inventory_expansion_amount;

View File

@ -10625,8 +10625,9 @@
export_constant(PCBLOCK_SITSTAND);
export_constant(PCBLOCK_COMMANDS);
export_constant(PCBLOCK_NPCCLICK);
export_constant(PCBLOCK_NPC);
export_constant(PCBLOCK_EMOTION);
export_constant(PCBLOCK_EQUIP);
export_constant(PCBLOCK_NPC);
export_constant(PCBLOCK_ALL);
/* convertpcinfo command */