Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPL on UOR expansion lead to empty spellbook #5

Open
GoogleCodeExporter opened this issue Mar 15, 2016 · 0 comments
Open

OPL on UOR expansion lead to empty spellbook #5

GoogleCodeExporter opened this issue Mar 15, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant