Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO] picSpells Refresh Fix


Helladen
 Share

Recommended Posts

This is a personal bug I think needed to be fixed. If an admin updated a spell it didn't refresh it until the player either again clicked on the picSpells button or re logged.

**Client Only!**

In Private Sub HandleUpdateSpell, below this:
```
Set Buffer = Nothing
```
Add this:
```
    ' Update the spells on the pic
    Set Buffer = New clsBuffer
    Buffer.WriteLong CSpells
    SendData Buffer.ToArray()
    Set Buffer = Nothing
```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...