You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to enable the OPL with UOR expansion, but the server will send
the wrong spellbook content and the client will not display any spell
To fix this issue, I just checked for AOS expansion OR OPL enabled setting
Scripts/Items/Skill Items/Magical/Spellbook.cs
line 548 (Revision 1072)
Change:
if ( Core.AOS )
To:
if ( Core.AOS || ObjectPropertyList.Enabled )
Original issue reported on code.google.com by felipe.t...@gmail.com on 5 Aug 2013 at 11:08
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
felipe.t...@gmail.com
on 5 Aug 2013 at 11:08The text was updated successfully, but these errors were encountered: