From 8a8910f769be49ef5f9464fcbaefbe4cfd8a682a Mon Sep 17 00:00:00 2001 From: BloodCommando <49352765+BloodCommando@users.noreply.github.com> Date: Wed, 13 Oct 2021 20:50:39 -0400 Subject: [PATCH] Fixes WoD huts to reflect the appropriate appearance Player versions of the Witch hut houses were giving players the wrong hut that didn't match the one in the draft schematic screen/was on live. --- .../object/building/player/shared_player_house_wod_ns_hut.tpf | 2 +- .../object/building/player/shared_player_house_wod_sm_hut.tpf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_ns_hut.tpf b/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_ns_hut.tpf index 055392d4e..09b9707e8 100755 --- a/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_ns_hut.tpf +++ b/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_ns_hut.tpf @@ -15,5 +15,5 @@ objectName = "building_name" "ns_hut" detailedDescription = "building_detail" "ns_hut" lookAtText = "building_lookat" "ns_hut" -portalLayoutFilename = "appearance/ply_all_dath_mtn_clan_hut.pob" +portalLayoutFilename = "appearance/ply_all_dant_small_mud_hut.pob" clientDataFile = "clientdata/building/shared_player_house_tatooine_medium_style_01.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_sm_hut.tpf b/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_sm_hut.tpf index c052c7951..e029a881c 100755 --- a/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_sm_hut.tpf +++ b/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_sm_hut.tpf @@ -15,5 +15,5 @@ objectName = "building_name" "sm_hut" detailedDescription = "building_detail" "sm_hut" lookAtText = "building_lookat" "sm_hut" -portalLayoutFilename = "appearance/ply_all_dant_small_mud_hut.pob" +portalLayoutFilename = "appearance/ply_all_dath_mtn_clan_hut.pob" clientDataFile = "clientdata/building/shared_player_house_tatooine_medium_style_01.cdf" \ No newline at end of file