fix: Fixes empty spellbooks with EA client on Pre-AOS (#2131)
This commit is contained in:
parent
9b361822f3
commit
0265e0673a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public static class OutgoingContainerPackets
|
|||
return;
|
||||
}
|
||||
|
||||
if (ns.NewSpellbook)
|
||||
if (Core.AOS && ns.NewSpellbook)
|
||||
{
|
||||
ns.SendNewSpellbookContent(book, graphic, offset, content);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue