diff options
Diffstat (limited to 'npc/006-1')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index ad1b0a2d3..d93a5ab9f 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -16,7 +16,7 @@ 006-1,47,22,0 script Crazyfefe NPC_STATUE_EVILMAN,{ if ($@FIGHT_CAVE_LEVEL) goto L_Enjoy; - if ($@FEFE_DELAY < gettimetick(2)) goto L_Wait; + if ($@FEFE_DELAY > gettimetick(2)) goto L_Wait; mesn; mesq l("Who dares to disturb my slumber?"); next; |