diff options
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/eventmaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 42860584e..d66c84b72 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -806,7 +806,7 @@ L_Drop: } mes ""; - mes "Dropped "+.@c" stuff."; + mes "Dropped "+.@c+" stuff."; next; goto L_Drop; |