• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Patches without installs or patch notes?

kbs666

Well-known member
I was doing some data entry on a realm and I noticed that a bug I found in early March was now fixed. The version number of RW seems to be unchanged from the patch back in December which was the last patch notes as well. I also don't remember installing an update. Yet my version of RW clearly has a client side bug fix.

While I appreciate that the bug fix got pushed out, I'm not clear how.
 
There is some stuff that's controlled on the servers and not client side. Possible they patched the server.
 
A stealth update? Interesting.

Maybe it was greyed out originally because a flag on the server was set incorrectly?

Something along the lines of:
IF multiple_views = TRUE THEN
gui_object_dropdown = greyedout
ELSE
gui_object_dropdown = not_greyedout
ENDIF

And they simply swapped it around server-side?
 
If I recall correctly, everything except Realm Creation and Synchronization tasks happens locally.
 
Category definitions are in the DB part of RW. The local DB talks to the server every time RW starts up. It even says that they are syncing.

But the bug fix I'm referencing appears to be a code change.
 
Back
Top