diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-23 22:21:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-23 22:21:40 -0300 |
commit | ee0388655c35811fcadf57f9e5d3381f8de6cc02 (patch) | |
tree | c1259f77da7dbd70492ec703514ff131bfb47eae /npc/functions/honor.txt | |
parent | 91c5ecb824d5c99d244f87f23ba0162a568e2934 (diff) | |
download | serverdata-ee0388655c35811fcadf57f9e5d3381f8de6cc02.tar.gz serverdata-ee0388655c35811fcadf57f9e5d3381f8de6cc02.tar.bz2 serverdata-ee0388655c35811fcadf57f9e5d3381f8de6cc02.tar.xz serverdata-ee0388655c35811fcadf57f9e5d3381f8de6cc02.zip |
Typo
Diffstat (limited to 'npc/functions/honor.txt')
-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) ) |