diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-06-20 14:18:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-06-20 14:18:20 -0300 |
commit | 0f3fcfab6619fa216af25688c91aee970d1fbf65 (patch) | |
tree | fcb0fd111a8b6d96d6604690a3c2a998feeccd37 /npc | |
parent | 380951aa1c39f980081955487e729315c4dda021 (diff) | |
download | serverdata-0f3fcfab6619fa216af25688c91aee970d1fbf65.tar.gz serverdata-0f3fcfab6619fa216af25688c91aee970d1fbf65.tar.bz2 serverdata-0f3fcfab6619fa216af25688c91aee970d1fbf65.tar.xz serverdata-0f3fcfab6619fa216af25688c91aee970d1fbf65.zip |
Remove an old now unused hotfix
Diffstat (limited to 'npc')
-rw-r--r-- | npc/craft/smith.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/craft/smith.txt b/npc/craft/smith.txt index cfad0c30a..9b8387c91 100644 --- a/npc/craft/smith.txt +++ b/npc/craft/smith.txt @@ -47,12 +47,6 @@ function script SmithSystem { usecraft .@craft; .@it=getcraftcode(.@entry); - // Hotfix - if (CRAFTING_SCORE && !CRAFTING_SCORE_COMPLETE) { - CRAFTING_SCORE_COMPLETE=CRAFTING_SCORE*39; - Exception("Your char is corrupted, updater failed!"); - } - // Mark the crafting in your score variable CRAFTING_SCORE_COMPLETE+=getiteminfo(.@it, ITEMINFO_ELV); // Update your score book |