diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-03 15:00:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-03 15:00:44 -0300 |
commit | 175fade1d784ee3d6e9c47f4c52c97c67c761263 (patch) | |
tree | 1dc6b33f53b6271ab29c9212342a68d2855ffb8b /npc/functions/hub.txt | |
parent | b9a52af0f13c771bf376de8ce03915e018d66a11 (diff) | |
download | serverdata-175fade1d784ee3d6e9c47f4c52c97c67c761263.tar.gz serverdata-175fade1d784ee3d6e9c47f4c52c97c67c761263.tar.bz2 serverdata-175fade1d784ee3d6e9c47f4c52c97c67c761263.tar.xz serverdata-175fade1d784ee3d6e9c47f4c52c97c67c761263.zip |
Fix incorrect report
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 26af899b5..cbbf33592 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -880,9 +880,8 @@ function script HUB_PvP { } else { // Dishonorable... But... Legit? if (is_bandit(killedrid) || getmap() == "001-8") - HONOR+=1; - else - HONOR+=.@honor; // It's negative. + .@honor=1; + HONOR+=.@honor; // It's negative. } // PvP, and a GM was slain |