diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/estate.txt | 2 |
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; } |