diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 00:04:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 00:04:51 -0300 |
commit | b0ae6f4ea46eb6d2c410c8dd134f57c605a7fa4e (patch) | |
tree | df1491d9b22a196b031ef17af5eb5eb4a4a235a3 /npc/012-2/helena.txt | |
parent | e0ba54b2a16b138beebf17fb9a19f950e8bafa7f (diff) | |
download | serverdata-b0ae6f4ea46eb6d2c410c8dd134f57c605a7fa4e.tar.gz serverdata-b0ae6f4ea46eb6d2c410c8dd134f57c605a7fa4e.tar.bz2 serverdata-b0ae6f4ea46eb6d2c410c8dd134f57c605a7fa4e.tar.xz serverdata-b0ae6f4ea46eb6d2c410c8dd134f57c605a7fa4e.zip |
Bad habit of putting ';' on every new line
Diffstat (limited to 'npc/012-2/helena.txt')
-rw-r--r-- | npc/012-2/helena.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index cdab1504d..223b858c8 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -15,7 +15,7 @@ if (BaseLevel < 45) goto L_Weak; goto L_Start; -L_TooWeak; +L_TooWeak: mesn; mesq lg("Hello, madam!", "Hello, sir!"); next; |