diff options
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/001-1/bard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/001-1/bard.txt b/world/map/npc/001-1/bard.txt index c7f9de54..879ba934 100644 --- a/world/map/npc/001-1/bard.txt +++ b/world/map/npc/001-1/bard.txt @@ -130,6 +130,6 @@ L_Song: L_Close: set @name$, ""; set @id, 0; - cleararray songs$[0], "", 3; + cleararray @songs$[0], "", 2; close; } |