diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-14 01:11:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-14 01:11:22 -0300 |
commit | fe3d1999db855c473b9aca31542b0b90970961bc (patch) | |
tree | af467d47bc71cdf8bb123defc4e1ca7dfa55067d /npc/024-16 | |
parent | 158b53f2e7f5d7e03598b6e63d4aa5bebfea1a53 (diff) | |
download | serverdata-fe3d1999db855c473b9aca31542b0b90970961bc.tar.gz serverdata-fe3d1999db855c473b9aca31542b0b90970961bc.tar.bz2 serverdata-fe3d1999db855c473b9aca31542b0b90970961bc.tar.xz serverdata-fe3d1999db855c473b9aca31542b0b90970961bc.zip |
Well, it *should* be working nicely but uhm...
Diffstat (limited to 'npc/024-16')
-rw-r--r-- | npc/024-16/generals.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt index 3a869f78c..e540da4e1 100644 --- a/npc/024-16/generals.txt +++ b/npc/024-16/generals.txt @@ -38,6 +38,7 @@ function script FrostiaTaskMaster { .@lv+=strmobinfo(3, .@q2); getexp BaseLevel*.@lv, .@lv; setq2 .@q, 0; + setq3 .@q, 0; return false; } |