summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-23 11:12:45 -0200
committerJesusaves <cpntb1@ymail.com>2018-11-23 11:12:45 -0200
commit5fcbdc906ac13a0c2ffff3ddfced9eb94fc5cae9 (patch)
treea398584492845e4f755e6a581552ea732dfd3cf5
parentbb3cb7830c8ddd45d1beb7e645d379cbacc8cea4 (diff)
downloadserverdata-5fcbdc906ac13a0c2ffff3ddfced9eb94fc5cae9.tar.gz
serverdata-5fcbdc906ac13a0c2ffff3ddfced9eb94fc5cae9.tar.bz2
serverdata-5fcbdc906ac13a0c2ffff3ddfced9eb94fc5cae9.tar.xz
serverdata-5fcbdc906ac13a0c2ffff3ddfced9eb94fc5cae9.zip
[skip ci] typo
-rw-r--r--npc/001-10/scripts.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-10/scripts.txt b/npc/001-10/scripts.txt
index de2c790b2..b144fe178 100644
--- a/npc/001-10/scripts.txt
+++ b/npc/001-10/scripts.txt
@@ -38,7 +38,7 @@ OnTouch:
001-10,0,0,0 script #CODMASTER NPC_NO_SPRITE,{
end;
function spawner { // (Event, x1, y1, x2, y2, Amount, modifier)
- .@ev$=getarg(0, "#CONDMASTER::OnDeath");
+ .@ev$=getarg(0, "#CODMASTER::OnDeath");
.@x1=getarg(1,0);
.@y1=getarg(2,0);
.@x2=getarg(3,200);