From c66654473dfa68dbd2e9cb23b7fc0701d08719c8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 18 Jan 2019 00:32:51 -0200 Subject: Do not cause silent failures to server pretty please (this can cause a mess too) --- npc/002-2/ratto.txt | 4 ++++ npc/003-3/malindou.txt | 1 + 2 files changed, 5 insertions(+) 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; } diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 00aeaad11..12065e645 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -292,6 +292,7 @@ OnInit: htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "demure", 12); htput($@CONTRIBUTORS, "aisen", 8); + htput($@CONTRIBUTORS, "xanthem", 6); htput($@CONTRIBUTORS, "john h", 2); htput($@CONTRIBUTORS, "krists", 2); htput($@CONTRIBUTORS, "filhote", 1); -- cgit v1.2.3-70-g09d2