mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-17 19:08:22 +00:00
Stop the book showing up while inspecting charms with RoF
Stat display still broken sadly
This commit is contained in:
@@ -2628,7 +2628,7 @@ namespace RoF
|
||||
else
|
||||
eq->window = emu->window;
|
||||
OUT(type);
|
||||
eq->invslot = 0; // Set to hard 0 since it's not required for the structure to work
|
||||
OUT(invslot);
|
||||
strn0cpy(eq->txtfile, emu->booktext, sizeof(eq->txtfile));
|
||||
|
||||
FINISH_ENCODE();
|
||||
@@ -4497,7 +4497,7 @@ namespace RoF
|
||||
SETUP_DIRECT_DECODE(BookRequest_Struct, structs::BookRequest_Struct);
|
||||
|
||||
IN(type);
|
||||
emu->invslot = 0; // Set to hard 0 since it's not required for the structure to work
|
||||
IN(invslot);
|
||||
emu->window = (uint8)eq->window;
|
||||
strn0cpy(emu->txtfile, eq->txtfile, sizeof(emu->txtfile));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user