diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-16 15:33:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-16 15:33:49 -0300 |
commit | 97ac6817ffdbebef3f7605e38c8a69420fa46cee (patch) | |
tree | 72de77e74b0d36bc2b5eb16e34b5919dd4531578 /npc/functions/util.txt | |
parent | 01788bc76d15415a90593a9b972283765c56db43 (diff) | |
download | serverdata-97ac6817ffdbebef3f7605e38c8a69420fa46cee.tar.gz serverdata-97ac6817ffdbebef3f7605e38c8a69420fa46cee.tar.bz2 serverdata-97ac6817ffdbebef3f7605e38c8a69420fa46cee.tar.xz serverdata-97ac6817ffdbebef3f7605e38c8a69420fa46cee.zip |
Ragger Prototype
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index de172bda6..a72d6e5fb 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -249,7 +249,7 @@ function script total_subclass { .@i+=1; if (MAGIC_SUBCLASS & CL_TANKER) .@i+=1; - if (MAGIC_SUBCLASS & CL_BERSEKER) + if (MAGIC_SUBCLASS & CL_BERSERKER) .@i+=1; if (MAGIC_SUBCLASS & CL_RANGER) .@i+=1; |