summaryrefslogtreecommitdiff
path: root/npc/functions/craft/alchemy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/craft/alchemy.txt')
-rw-r--r--npc/functions/craft/alchemy.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/craft/alchemy.txt b/npc/functions/craft/alchemy.txt
index 227e9e546..b76db43fd 100644
--- a/npc/functions/craft/alchemy.txt
+++ b/npc/functions/craft/alchemy.txt
@@ -16,7 +16,7 @@ function script AlchemySystem {
if (.scope == CRAFT_PLAYER)
copyarray(.knowledge,RECIPES_ALCHEMY,getarraysize(RECIPES_ALCHEMY));
else if (.scope == CRAFT_GUILD)
- copyarray(.knowledge,$@RECIPES_ALCHEMY[getcharid(2)],getarraysize($@RECIPES_ALCHEMY[getcharid(2)]));
+ copyarray(.knowledge,$RECIPES_ALCHEMY[getcharid(2)],getarraysize($RECIPES_ALCHEMY[getcharid(2)]));
.success=false;
setskin "craft2";