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
@@ -561,7 +561,7 @@ public class Building extends AbstractWorldObject {
if (this.rank == 8) {
cityRealm = city.getRealm();
cityRealm = city.realm;
if (cityRealm != null)
cityRealm.abandonRealm();