diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-07 12:17:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-07 12:17:04 -0300 |
commit | 51357ba58d637f1696896b95e4bb37f5e598f798 (patch) | |
tree | 56c5f69f7a07ea828121b0127f860ba9ad2b4038 /npc | |
parent | 7fd81b13a267d234bb981639942a14da69978746 (diff) | |
download | serverdata-51357ba58d637f1696896b95e4bb37f5e598f798.tar.gz serverdata-51357ba58d637f1696896b95e4bb37f5e598f798.tar.bz2 serverdata-51357ba58d637f1696896b95e4bb37f5e598f798.tar.xz serverdata-51357ba58d637f1696896b95e4bb37f5e598f798.zip |
Fix order - do not recall Homunculus before free space checks
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-10/dispatcher.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index d99a6a2c3..64dc5f208 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -36,8 +36,8 @@ if (gettimetick(2) > HOMUN_DEPLOYDATE) { select l("Recall"); - recallhomunculus(); .@xp=lootField(HOMUN_DEPLOYFIELD); + recallhomunculus(); gethomunexp(.@xp); .@lv=gethominfo(6); getexp 0, (.@lv*min(10000, gethominfo(3))/10000)*5; |