From 0a54c5c7cce42237a4403153666e7126112d14f2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Jul 2019 20:39:57 -0300 Subject: Fix areasc2 bug --- npc/items/grenade.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/items/grenade.txt b/npc/items/grenade.txt index 59e0e4ae5..40959ad94 100644 --- a/npc/items/grenade.txt +++ b/npc/items/grenade.txt @@ -48,7 +48,7 @@ function script areasc { // areasc2(map, x, y, {range, time, sc, bl}) - can be used by NPC // Valid BL: BL_MOB | BL_PC | BL_HOM | BL_MER -function script areasc { +function script areasc2 { .@m$=getarg(0); .@x=getarg(1); .@y=getarg(2); -- cgit v1.2.3-70-g09d2