diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-07 23:00:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-07 23:00:05 -0300 |
commit | 591adcce4dc3972277ad559ec5aca9e384cf6ffc (patch) | |
tree | 15b1288ca59547a97301d83a58a94b4ee9918459 | |
parent | 20997279964bf6afe101408219a246dcc2bcd09e (diff) | |
download | serverdata-591adcce4dc3972277ad559ec5aca9e384cf6ffc.tar.gz serverdata-591adcce4dc3972277ad559ec5aca9e384cf6ffc.tar.bz2 serverdata-591adcce4dc3972277ad559ec5aca9e384cf6ffc.tar.xz serverdata-591adcce4dc3972277ad559ec5aca9e384cf6ffc.zip |
Fix a typo
-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; } |