fix: Removes timer error for world in initial state, and removes OPL requirement for spellbooks (#1197)
This commit is contained in:
parent
791128f238
commit
ca3b173c4c
3 changed files with 6 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ public static class OutgoingContainerPackets
|
|||
return;
|
||||
}
|
||||
|
||||
if (ObjectPropertyList.Enabled && ns.NewSpellbook)
|
||||
if (ns.NewSpellbook)
|
||||
{
|
||||
ns.SendNewSpellbookContent(book, graphic, offset, content);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue