diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-18 00:32:51 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-18 00:32:51 -0200 |
commit | c66654473dfa68dbd2e9cb23b7fc0701d08719c8 (patch) | |
tree | 25254ef292d2c79fe82482075957e3d1cc9380e6 /npc/002-2 | |
parent | 76aff75cc546652e630089c9c2627050346aa5e7 (diff) | |
download | serverdata-c66654473dfa68dbd2e9cb23b7fc0701d08719c8.tar.gz serverdata-c66654473dfa68dbd2e9cb23b7fc0701d08719c8.tar.bz2 serverdata-c66654473dfa68dbd2e9cb23b7fc0701d08719c8.tar.xz serverdata-c66654473dfa68dbd2e9cb23b7fc0701d08719c8.zip |
Do not cause silent failures to server pretty please (this can cause a mess too)
Diffstat (limited to 'npc/002-2')
-rw-r--r-- | npc/002-2/ratto.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/002-2/ratto.txt b/npc/002-2/ratto.txt index b264d32c1..35bdc4d7f 100644 --- a/npc/002-2/ratto.txt +++ b/npc/002-2/ratto.txt @@ -70,6 +70,10 @@ OnRatto4Death: L_Victor: warp "002-1@"+LOCATION$, 35, 26; + deltimer("RattosControl::OnRatto1Respawn"); + deltimer("RattosControl::OnRatto2Respawn"); + deltimer("RattosControl::OnRatto3Respawn"); + deltimer("RattosControl::OnRatto4Respawn"); doevent("Peter::OnDone"); end; } |