summaryrefslogtreecommitdiff
path: root/npc/craft
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-18 00:05:56 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-18 00:05:56 -0300
commit1f7af276c1fbb2453cd711466c23a1c9a5a83b24 (patch)
treec7d015efd7bfd534c0de6462bce6f3b0810deaa7 /npc/craft
parentc35966a7eb2466daeef18e469187cacab3a52b5c (diff)
downloadserverdata-1f7af276c1fbb2453cd711466c23a1c9a5a83b24.tar.gz
serverdata-1f7af276c1fbb2453cd711466c23a1c9a5a83b24.tar.bz2
serverdata-1f7af276c1fbb2453cd711466c23a1c9a5a83b24.tar.xz
serverdata-1f7af276c1fbb2453cd711466c23a1c9a5a83b24.zip
Fix bugs on Naem quest. We have a problem with shops, though
Diffstat (limited to 'npc/craft')
-rw-r--r--npc/craft/price.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/craft/price.txt b/npc/craft/price.txt
index 1471ffd99..ad05059cd 100644
--- a/npc/craft/price.txt
+++ b/npc/craft/price.txt
@@ -214,7 +214,7 @@ OnCall:
OnInit:
bindatcmd "reloaditemdb2", "craft_price_fix::OnCall", 99, 100, 1;
- // This should be called last? Maybe?
+ // This should be called after craft_db is loaded
sleep(750);
fix_cPrice();
end;