City realm id lookup not db load

This commit is contained in:
2024-04-27 11:32:05 -04:00
parent 3a8521683b
commit 916a12a434
8 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ public class Realm {
Realm serverRealm;
CharterType charterType;
serverRealm = city.getRealm();
serverRealm = city.realm;
charterType = CharterType.getCharterTypeByID(serverRealm.charterType);
return charterType.getMeshID();