diff options
-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 ac18e06c9..6ac962fef 100644 --- a/npc/magic/transmigration.txt +++ b/npc/magic/transmigration.txt @@ -95,7 +95,7 @@ OnCall: // Chance for you getting a junk item } else if (.@r > 0) { dispbottom l("Your spell takes a mind of its own and shapes in something else!"); - geitem WarpedLog, 1; + getitem WarpedLog, 1; // You were successful } else { dispbottom l("*plim*"); |