diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-13 15:16:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-13 15:16:31 -0300 |
commit | c94c900fbd374c83f773480f7d0d85de24ab71f2 (patch) | |
tree | af06bf3397b7f76e4c7f7b7d4c03ee1ff7d5b22e /npc/017-10/dispatcher.txt | |
parent | b5281a349e948564b52e2c6f994c05a6a9245457 (diff) | |
download | serverdata-c94c900fbd374c83f773480f7d0d85de24ab71f2.tar.gz serverdata-c94c900fbd374c83f773480f7d0d85de24ab71f2.tar.bz2 serverdata-c94c900fbd374c83f773480f7d0d85de24ab71f2.tar.xz serverdata-c94c900fbd374c83f773480f7d0d85de24ab71f2.zip |
Undefined conditional
Diffstat (limited to 'npc/017-10/dispatcher.txt')
-rw-r--r-- | npc/017-10/dispatcher.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index 706683de1..6c05015be 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -39,6 +39,7 @@ recallhomunculus(); .@xp=lootField(HOMUN_DEPLOYFIELD); gethomunexp(.@xp); + .@lv=gethominfo(6); getexp 0, (.@lv*min(10000, gethominfo(3))/10000)*5; close; } |