This is a temp fix for this error
open characters.cpp
search for
Replace withCode:charc.map = MySQL::getInt("characters", IDs[i], "map");
Search forCode:if (MySQL::getInt("characters", IDs[i], "map") != 999999999) { charc.map = MySQL::getInt("characters", IDs[i], "map"); } else { MySQL::setInt("characters", "map", IDs[i], 100000000); charc.map = MySQL::getInt("characters", IDs[i], "map"); }
Replace with :Code:charc.map = MySQL::getInt("characters", id, "map");
i know it's a long code but it workCode:if (MySQL::getInt("characters", id, "map") != 999999999) { charc.map = MySQL::getInt("characters", id, "map"); } else { MySQL::setInt("characters", "map", id, 100000000); charc.map = MySQL::getInt("characters", id, "map"); }
done by me
i dont know if someone did it before me..





