Skip to content

OPL on UOR expansion lead to empty spellbook #5

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions