diff options
-rw-r--r-- | npc/functions/honor.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/honor.txt b/npc/functions/honor.txt index 3794ce4c3..015a40460 100644 --- a/npc/functions/honor.txt +++ b/npc/functions/honor.txt @@ -9,6 +9,7 @@ function script ispvpmap { .@mapa$=getarg(0, getmapname()); return (getmapflag(.@mapa$, mf_pvp) || getmapflag(.@mapa$, mf_pvp_noparty) || getmapflag(.@mapa$, mf_pvpnoguild)); +} // Numerical representation of player strength // get_BR( getcharid(3) ) |