summaryrefslogtreecommitdiff
path: root/npc/001-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-25 22:59:26 -0300
committerJesusaves <cpntb1@ymail.com>2018-10-25 23:00:10 -0300
commit61c6393855cb76e1cd6b8b08d99ea911b6bf38b8 (patch)
tree6e10813521ea2b6fb55288aba32d78be2970b732 /npc/001-8
parent10a56e69db5d71b1278c7eb5625bb827e6ecb477 (diff)
downloadserverdata-61c6393855cb76e1cd6b8b08d99ea911b6bf38b8.tar.gz
serverdata-61c6393855cb76e1cd6b8b08d99ea911b6bf38b8.tar.bz2
serverdata-61c6393855cb76e1cd6b8b08d99ea911b6bf38b8.tar.xz
serverdata-61c6393855cb76e1cd6b8b08d99ea911b6bf38b8.zip
Correct bugs reported by @demure
Diffstat (limited to 'npc/001-8')
-rw-r--r--npc/001-8/hub.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index e5b24ed65..5312984ae 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -391,6 +391,12 @@ OnPCLogoutEvent:
warp any("010-1", "010-2"), 0, 0;
percentheal -100, -100;
sc_start2 SC_POISON, 1, 90, 10000;
+ } else if (.@mapa$ == "021-4") {
+ .@pl = getmapusers("021-4")-1;
+ if (.@pl < 1)
+ donpcevent("Cindy#Outside::OnCleanUp");
+ recovery(getcharid(3));
+ warp "Save", 0, 0;
}
@qhub_victor=0;