diff options
author | coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-09-04 22:28:10 -0300 |
---|---|---|
committer | coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-09-04 22:28:10 -0300 |
commit | c30af2c33f1530f38ed40ac029ef2a286b86099b (patch) | |
tree | 563bf5048a7268accdd2e9a0f5a8a2c2b4c5c262 | |
parent | f8af8ad0be73b3e0044803a09eb1e6e7f063b466 (diff) | |
download | serverdata-c30af2c33f1530f38ed40ac029ef2a286b86099b.tar.gz serverdata-c30af2c33f1530f38ed40ac029ef2a286b86099b.tar.bz2 serverdata-c30af2c33f1530f38ed40ac029ef2a286b86099b.tar.xz serverdata-c30af2c33f1530f38ed40ac029ef2a286b86099b.zip |
Fixes a typo in a variable name.
-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; } |