diff options
Diffstat (limited to 'world/map/npc/009-4/torches.txt')
-rw-r--r-- | world/map/npc/009-4/torches.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-4/torches.txt b/world/map/npc/009-4/torches.txt index eec66815..22d718af 100644 --- a/world/map/npc/009-4/torches.txt +++ b/world/map/npc/009-4/torches.txt @@ -218,7 +218,7 @@ L_Use_Blue: if (5 <= @TorchColor && @TorchColor <= 8) goto L_Color_Inc; if (@TorchColor == 9) - goto L_WrongColor; + goto L_Wrong_Color; if (10 <= @TorchColor && @TorchColor <= 12) goto L_Color_Dec; |