summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/021-1/logic.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt
index f631fc844..4bdbea71d 100644
--- a/npc/021-1/logic.txt
+++ b/npc/021-1/logic.txt
@@ -5,7 +5,7 @@
// Description:
// Cave logic
-021-1,155,196,0 script #MainLogic NPC_NOSPRITE,0,0,{
+021-1,155,196,0 script #MainLogic NPC_NO_SPRITE,0,0,{
if ($@CINDY_STATE > gettimetick(2) || $@CINDY_STATE == 0) goto L_Safe;
if ($@CINDY_STATE % 2 == 0) goto L_Blocked;
warp "021-2", 80, 102;