diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 15:01:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 15:01:09 -0300 |
commit | 586407593a1d47e30e0538090dbdffb1f32f6fcb (patch) | |
tree | 4c5421e2563a30b20f3211baebb538f86b4754fc /npc/functions | |
parent | 2debf1e68165342159c650e99587c55f1a847898 (diff) | |
download | serverdata-586407593a1d47e30e0538090dbdffb1f32f6fcb.tar.gz serverdata-586407593a1d47e30e0538090dbdffb1f32f6fcb.tar.bz2 serverdata-586407593a1d47e30e0538090dbdffb1f32f6fcb.tar.xz serverdata-586407593a1d47e30e0538090dbdffb1f32f6fcb.zip |
Fix pipeline
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/class.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt index 9d123d091..6b1c731cc 100644 --- a/npc/functions/class.txt +++ b/npc/functions/class.txt @@ -171,7 +171,7 @@ L_T2_Fail: } if (ST_TIER == 10) { - if countitem(JesusalvaGrimorium) > 0) { + if (countitem(JesusalvaGrimorium) > 0) { delitem JesusalvaGrimorium, 1; } else { mesn; |