Update pointers

This commit is contained in:
Federico Cecchetto 2021-11-06 02:16:11 +01:00
parent a19c2761c8
commit 8224ca3b57

View File

@ -79,7 +79,7 @@ namespace game
namespace plutonium
{
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> function_map_rev{0x2059B080};
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> method_map_rev{0x2059B0A0};
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> function_map_rev{0x20691228};
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> method_map_rev{0x20691248};
}
}