diff options
-rw-r--r-- | npc/003-3/malindou.txt | 2 | ||||
-rw-r--r-- | npc/functions/refine.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index d6869a68e..289007dfc 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -344,7 +344,7 @@ OnInit: debugmes ""; } // Current UPDATE value: Seg mai 27 10:57:02 -03 2019 - // Shovel Update + // Picklog Update if ($UPDATE < 1558965422) { query_sql("ALTER TABLE picklog MODIFY COLUMN `opt_val0` SMALLINT(5) NOT NULL DEFAULT '0';"); query_sql("ALTER TABLE picklog MODIFY COLUMN `opt_val1` SMALLINT(5) NOT NULL DEFAULT '0';"); diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt index b65808daf..74f72857f 100644 --- a/npc/functions/refine.txt +++ b/npc/functions/refine.txt @@ -24,6 +24,7 @@ function script refineMaster { l("Nothing, thanks"), 0, rif(getequipisequiped(EQI_HEAD_MID), l("My chestplate, @@", getequipname(EQI_HEAD_MID))), EQI_HEAD_MID, rif(getequipisequiped(EQI_HAND_R), l("My weapon, @@", getequipname(EQI_HAND_R))), EQI_HAND_R, + rif(getequipisequiped(EQI_HEAD_TOP), l("My helmet, @@", getequipname(EQI_HEAD_TOP))), EQI_HEAD_TOP, l("Item break? Too dangerous! I don't want it!!"), 0; |