diff options
author | leak <leakzx@googlemail.com> | 2011-04-29 20:47:02 +0200 |
---|---|---|
committer | leak <leakzx@googlemail.com> | 2011-04-29 20:47:02 +0200 |
commit | 1003f30448f1f431ef091551ba5851cf7cd2b31a (patch) | |
tree | 9bebedb5b8bd6b4d6cf6d9daa83df90a86b1a786 /src/server/scripts/EasternKingdoms/hinterlands.cpp | |
parent | 01a79947d56eae6ed9f47dc2b41897d77cc91f41 (diff) |
Add spaces after commas
Diffstat (limited to 'src/server/scripts/EasternKingdoms/hinterlands.cpp')
-rw-r--r-- | src/server/scripts/EasternKingdoms/hinterlands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/hinterlands.cpp b/src/server/scripts/EasternKingdoms/hinterlands.cpp index f9925feda74..75cf7d481a8 100644 --- a/src/server/scripts/EasternKingdoms/hinterlands.cpp +++ b/src/server/scripts/EasternKingdoms/hinterlands.cpp @@ -250,7 +250,7 @@ public: return; //only if attacked and escorter is not in combat? - DoScriptText(RAND(SAY_RIN_HELP_1,SAY_RIN_HELP_2), me); + DoScriptText(RAND(SAY_RIN_HELP_1, SAY_RIN_HELP_2), me); } } |