diff options
-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; |