summaryrefslogtreecommitdiff
path: root/npc/functions/estate.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/estate.txt')
-rw-r--r--npc/functions/estate.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/estate.txt b/npc/functions/estate.txt
index a6a3168e1..aa6bb33e4 100644
--- a/npc/functions/estate.txt
+++ b/npc/functions/estate.txt
@@ -327,7 +327,7 @@ function script realestate_piano {
.@m$="tws_birds_in_the_sunrise.ogg"; break;
}
- changemusic "ples@"+getcharid(0), .@m$;
+ changemusic .@loc$, .@m$;
return;
}