mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
-Merc upkeep timers fixed to display properly. They now persist through zones as well as save to the database properly.
-Merc unsuspend timers should now be more reliable across zone shutdown.
This commit is contained in:
@@ -3015,7 +3015,7 @@ ENCODE(OP_ReadBook) {
|
||||
eq->window = emu->window;
|
||||
OUT(type);
|
||||
eq->invslot = 0; // Set to hard 0 since it's not required for the structure to work
|
||||
memcpy(eq->txtfile, emu->booktext, sizeof(eq->txtfile));
|
||||
strn0cpy(eq->txtfile, emu->booktext, sizeof(eq->txtfile));
|
||||
FINISH_ENCODE();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user