diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-11 10:43:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-11 10:43:35 -0300 |
commit | 51f09c391b3ea8b8676b55ab6252a01f29d82b34 (patch) | |
tree | c558d0b56f1ecf3a2289c1c474ebe0043d2d90d0 /npc/magic | |
parent | d5f52fb09f871d2ff1262a328e0b2a8473af1fec (diff) | |
download | serverdata-51f09c391b3ea8b8676b55ab6252a01f29d82b34.tar.gz serverdata-51f09c391b3ea8b8676b55ab6252a01f29d82b34.tar.bz2 serverdata-51f09c391b3ea8b8676b55ab6252a01f29d82b34.tar.xz serverdata-51f09c391b3ea8b8676b55ab6252a01f29d82b34.zip |
Fix a typo
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/transmigration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/transmigration.txt b/npc/magic/transmigration.txt index b6c27e254..6dcdbf1b6 100644 --- a/npc/magic/transmigration.txt +++ b/npc/magic/transmigration.txt @@ -47,7 +47,7 @@ OnCall: mesc l("* @@/@@ @@", countitem(Plushroom), 10, getitemlink(Plushroom)); mesc l("* @@/@@ @@", countitem(Milk), 1, getitemlink(Milk)); break; - case Coal: + case 9901: // This is coal mesc l("* @@/@@ @@", countitem(WoodenLog), 5, getitemlink(WoodenLog)); break; case MoubooFigurine: |