From 6166263387c872961d77388505d084ddaf8a6a34 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 30 May 2018 18:49:56 -0300 Subject: Fix a critical bug --- npc/commands/warp.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index 4e4564bec..cc2c4e434 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -1,10 +1,9 @@ +// TMW2 script +// Evol script, gumi's script +// // @w atcommand // warps using anchors or map name // -// group lv: 1 -// group char lv: 2 -// log: True -// // usage: // @w [, x [, y]] // #w "char" [, x [, y]] @@ -90,5 +89,5 @@ OnInit: end; } - bindatcmd "w", "@w::OnCall", 1, 2, 1; + bindatcmd "w", "@w::OnCall", 5, 80, 1; } -- cgit v1.2.3-70-g09d2