Ezandora / Guide

Relay script for KoLmafia, for the web game Kingdom of Loathing. Gives advice on how to play.
The Unlicense
28 stars 18 forks source link

my_path_id() overrides KolMafia library function #30

Open ryanrose opened 4 years ago

ryanrose commented 4 years ago

KolMafia was updated with a function to return the path id number for a path, which conflicts with the same function in Guide. Guide now won't load. Commenting out the function in Guide seems to fix the issue without any bad side effects, so probably a relatively easy refactor.

hillad3 commented 4 years ago

I did a Find and Replace changing my_path_id() to my_path_id_ez(). This also worked.