diff options
author | Reid <reidyaro@gmail.com> | 2012-12-31 02:02:24 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-12-31 02:02:24 +0100 |
commit | 83a743409e460701a37313bb4e04540d2a83b06c (patch) | |
tree | c1ce30abe99f9fbaf04c6bb87d449dea009e9f01 /npc | |
parent | 3022352d11aee8d1837fb39bd05a6c7e062e080d (diff) | |
download | serverdata-83a743409e460701a37313bb4e04540d2a83b06c.tar.gz serverdata-83a743409e460701a37313bb4e04540d2a83b06c.tar.bz2 serverdata-83a743409e460701a37313bb4e04540d2a83b06c.tar.xz serverdata-83a743409e460701a37313bb4e04540d2a83b06c.zip |
Remove init timer on peter script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/peter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 8d2bd92c..dcb1d63c 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -276,8 +276,8 @@ l_CleaningClose: killmonster "000-2-2.gat", "RattosControl::OnRatto2Death"; killmonster "000-2-2.gat", "RattosControl::OnRatto3Death"; killmonster "000-2-2.gat", "RattosControl::OnRatto4Death"; - initnpctimer; - close; + + end; l_Reward: warp "000-2-1.gat", 72, 36; |