diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-25 23:18:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-25 23:18:00 -0300 |
commit | 4447355543dfa164d61b7cce609810f44d3ecfc6 (patch) | |
tree | c760a66066278156dead3028f9e1089294bfe42a /npc/001-8/hub.txt | |
parent | e29fb60ab369bd55c88ee027c299108139e71fb4 (diff) | |
download | serverdata-4447355543dfa164d61b7cce609810f44d3ecfc6.tar.gz serverdata-4447355543dfa164d61b7cce609810f44d3ecfc6.tar.bz2 serverdata-4447355543dfa164d61b7cce609810f44d3ecfc6.tar.xz serverdata-4447355543dfa164d61b7cce609810f44d3ecfc6.zip |
Correct bug reported by Console
Diffstat (limited to 'npc/001-8/hub.txt')
-rw-r--r-- | npc/001-8/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 5312984ae..a0dd07303 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -386,7 +386,7 @@ OnPCLogoutEvent: getexp readparam(BaseExp)*2/100, 0; warp "Save", 0, 0; } - if (.@mapa$ == "021-4" && strcharinfo(0) == $@CINDY_HERO) { + if (.@mapa$ == "021-4" && strcharinfo(0) == $@CINDY_HERO$) { recovery(getcharid(3)); warp any("010-1", "010-2"), 0, 0; percentheal -100, -100; |