Bug - Fixed Better recognition of old effects? Changes to old effects? I dunno.

I have no idea why, but mafia has been highlighting these two effects as new or changed in the cli and my logs.

Code:
--------------------
2091	Sacré Mental	wine2.gif	8b5af0a2980a1144c725e3410b5e53e2
Effect	Sacré Mental	Item Drop: +50
--------------------
--------------------
1168	Lucky Cat Is Lucky	kittystatue.gif	7c36cbf0cf8ca15dc6ab9bcde8e6e8d4
Effect	Lucky Cat Is Lucky	Item Drop: +5
--------------------

I haven't been getting the effects regularly, but it seems to happen consistently the first time I get each effect that session since the end of october.
 

Veracity

Developer
Staff member
We have "Lucky Cat is Lucky", not "Lucky Cat Is Lucky". Capitalization matters.

Sacré Mental has a character entity in the effect name, but sometimes KoL gives us a raw unicode character. I have a method to compare entity decoded names, but did not use it when processing the result.

Revision 19626 fixes both.
 
Top