diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:03:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:03:54 -0300 |
commit | 470a949a98a7c205d5ad5aac5a0573c6949dafa0 (patch) | |
tree | e12067bfab9f9c0fe69b9c1b9444d5b144a186a5 /npc/magic | |
parent | e06aca26d705a4b9ac9a9bddc694df705b2d0e36 (diff) | |
download | serverdata-470a949a98a7c205d5ad5aac5a0573c6949dafa0.tar.gz serverdata-470a949a98a7c205d5ad5aac5a0573c6949dafa0.tar.bz2 serverdata-470a949a98a7c205d5ad5aac5a0573c6949dafa0.tar.xz serverdata-470a949a98a7c205d5ad5aac5a0573c6949dafa0.zip |
Misc. bugfixes
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/transmigration.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/magic/transmigration.txt b/npc/magic/transmigration.txt index 3bfe508c0..f16f85469 100644 --- a/npc/magic/transmigration.txt +++ b/npc/magic/transmigration.txt @@ -39,6 +39,7 @@ OnCall: l("Downgrade Ore"), IronOre; mes ""; + .@itemid=(@menuret == 9901 ? Coal : @menuret); mesc l("Transmutating @@ will require:", getitemlink(@menuret)); // Requeriments listing |