diff options
-rw-r--r-- | npc/functions/hub.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index bf342dfc9..528473584 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -132,6 +132,7 @@ function script HUB_Logout { // It was PK if (killerrid > 2000000 && killerrid < 2100000) { // PVP flag was off + /* if (!getmapflag(.@mapa$, mf_pvp) && !getmapflag(.@mapa$, mf_pvp_noparty) && !getmapflag(.@mapa$, mf_pvpnoguild)) { recovery(getcharid(3)); warp .@mapa$, .@a, .@b; @@ -153,6 +154,8 @@ function script HUB_Logout { detachrid(); attachrid(.@trueid); } + */ + HONOR+=1; } } |