summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-07 12:17:04 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-07 12:17:04 -0300
commit51357ba58d637f1696896b95e4bb37f5e598f798 (patch)
tree56c5f69f7a07ea828121b0127f860ba9ad2b4038
parent7fd81b13a267d234bb981639942a14da69978746 (diff)
downloadserverdata-51357ba58d637f1696896b95e4bb37f5e598f798.tar.gz
serverdata-51357ba58d637f1696896b95e4bb37f5e598f798.tar.bz2
serverdata-51357ba58d637f1696896b95e4bb37f5e598f798.tar.xz
serverdata-51357ba58d637f1696896b95e4bb37f5e598f798.zip
Fix order - do not recall Homunculus before free space checks
-rw-r--r--npc/017-10/dispatcher.txt2
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;