diff options
Diffstat (limited to 'world/map/npc/001-1/elanore.txt')
-rw-r--r-- | world/map/npc/001-1/elanore.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/001-1/elanore.txt b/world/map/npc/001-1/elanore.txt index 87ef060d..262f8aca 100644 --- a/world/map/npc/001-1/elanore.txt +++ b/world/map/npc/001-1/elanore.txt @@ -82,7 +82,7 @@ L_Heal4: goto L_Heal_L; L_Heal_L: - set @TEMP,rand(4); + set @TEMP,rand(3); if(@TEMP == 1) goto L_Heal_2; if(@TEMP == 2) goto L_Heal_3; if(@TEMP == 3) goto L_Heal_4; |