summaryrefslogtreecommitdiff
path: root/npc/functions/estate.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-07 23:00:05 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-07 23:00:05 -0300
commit591adcce4dc3972277ad559ec5aca9e384cf6ffc (patch)
tree15b1288ca59547a97301d83a58a94b4ee9918459 /npc/functions/estate.txt
parent20997279964bf6afe101408219a246dcc2bcd09e (diff)
downloadserverdata-591adcce4dc3972277ad559ec5aca9e384cf6ffc.tar.gz
serverdata-591adcce4dc3972277ad559ec5aca9e384cf6ffc.tar.bz2
serverdata-591adcce4dc3972277ad559ec5aca9e384cf6ffc.tar.xz
serverdata-591adcce4dc3972277ad559ec5aca9e384cf6ffc.zip
Fix a typo
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;
}