diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-02-21 16:48:49 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2013-02-21 16:50:10 +0100 |
commit | 82bfc47429c57cdd214d7cf411cb517c467e0a35 (patch) | |
tree | 0466c966b60107983d0ec2745ddab966b5f1315c | |
parent | 9a2ba51055c6358383f1b310747084dd078212c3 (diff) | |
download | serverdata-82bfc47429c57cdd214d7cf411cb517c467e0a35.tar.gz serverdata-82bfc47429c57cdd214d7cf411cb517c467e0a35.tar.bz2 serverdata-82bfc47429c57cdd214d7cf411cb517c467e0a35.tar.xz serverdata-82bfc47429c57cdd214d7cf411cb517c467e0a35.zip |
Illia Lobby: fix bug which prevents player to talk to Luvia? if previously closing the dialog at the menu.
-rw-r--r-- | world/map/npc/052-2/lobby.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/052-2/lobby.txt b/world/map/npc/052-2/lobby.txt index 6eb56e72..b50a0273 100644 --- a/world/map/npc/052-2/lobby.txt +++ b/world/map/npc/052-2/lobby.txt @@ -174,9 +174,9 @@ L_TalkToHelper: close; L_TalkToHero: - set $@illia_level_5_progress, 4; menu "Are you Luvia? Your sister Valia sent me to save you! Where is Ismuth?", -; + set $@illia_level_5_progress, 4; initnpctimer; close; |