diff options
author | Haru <haru@dotalux.com> | 2015-09-18 13:09:16 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-25 12:55:36 +0200 |
commit | 1aea178ef7cdb76eda5600540b5fbd29fd54ff88 (patch) | |
tree | 855d4feafba212d7f36872c1b46814c1f1a85e75 /npc/events/halloween_2009.txt | |
parent | e99bf73af31a8b1f09b9ce033c16832ee5cac51d (diff) | |
download | hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.gz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.bz2 hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.xz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.zip |
More aggressive whitespace cleanup. Follow up to 51329e6
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/events/halloween_2009.txt')
-rw-r--r-- | npc/events/halloween_2009.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/events/halloween_2009.txt b/npc/events/halloween_2009.txt index f67841c15..2f3a978e3 100644 --- a/npc/events/halloween_2009.txt +++ b/npc/events/halloween_2009.txt @@ -193,17 +193,17 @@ OnInit: hideonnpc "Trick or Treater#iRO7"; hideonnpc "Trick or Treater#iRO8"; end; - + OnEnableTreat: enablenpc strnpcinfo(3); hideonnpc strnpcinfo(3); end; - + OnTimer15000: hideonnpc strnpcinfo(3); disablenpc strnpcinfo(3); end; - + OnTimer300000: donpcevent strnpcinfo(3)+"::OnEnableTreat"; stopnpctimer; |