diff options
Diffstat (limited to 'npc/001-10/scripts.txt')
-rw-r--r-- | npc/001-10/scripts.txt | 2 |
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); |