Realm derived not stored

This commit is contained in:
2024-05-06 13:33:28 -04:00
parent 3f3fb53675
commit 0cff40070b
2 changed files with 9 additions and 11 deletions
@@ -749,7 +749,6 @@ public class PlaceAssetMsgHandler extends AbstractClientMsgHandler {
treeInfo.getLoc().z);
cityObjects = DbManager.CityQueries.CREATE_CITY(playerCharacter.getObjectUUID(), serverZone.getObjectUUID(),
serverRealm.getRealmID(),
plantLoc.x - serverZone.absX, plantLoc.y,
plantLoc.z - serverZone.absZ, treeInfo.getRot().y, treeInfo.getW(), playerCharacter.getGuild().getName(), LocalDateTime.now());