diff options
author | Bernhardt <orgzfrgh@gmail.com> | 2014-01-18 18:12:52 +0100 |
---|---|---|
committer | Bernhardt <orgzfrgh@gmail.com> | 2014-01-27 22:39:40 +0100 |
commit | 48b21ab1032d03cfe11f95540afc7124b5485ed6 (patch) | |
tree | 074cfca03ed01cacd3283420075928bdea3ee754 /world/map/npc/030-3 | |
parent | b2a215f461ca89b3b5509c0b94cbe7324aa15227 (diff) | |
download | serverdata-48b21ab1032d03cfe11f95540afc7124b5485ed6.tar.gz serverdata-48b21ab1032d03cfe11f95540afc7124b5485ed6.tar.bz2 serverdata-48b21ab1032d03cfe11f95540afc7124b5485ed6.tar.xz serverdata-48b21ab1032d03cfe11f95540afc7124b5485ed6.zip |
Make Pollett drop Pollett Egg, Fix Chamber Lockup more, Fix Typos
Diffstat (limited to 'world/map/npc/030-3')
-rw-r--r-- | world/map/npc/030-3/orum_homunculus.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/030-3/orum_homunculus.txt b/world/map/npc/030-3/orum_homunculus.txt index 8c10ac9c..f699737e 100644 --- a/world/map/npc/030-3/orum_homunculus.txt +++ b/world/map/npc/030-3/orum_homunculus.txt @@ -1,5 +1,5 @@ // Annual Xmas -// Author: Wushin +// Authors: Wushin, Chayenne 019-3.gat,79,30,0|script|#OrumTelepathy1|45,3,3, { @@ -177,7 +177,7 @@ L_OffSeason: L_XmasMain: if !(@xmas_knows_route) goto L_SetPath; if((@xmas_list_deliver) && !(@xmas_side)) goto L_OffSeason; - if((@xmas_reward_done_state) && (@xmas_side)) goto L_Thanks; + if((@xmas_reward_done_state) && (@xmas_side)) goto L_ThankYou; if((@xmas_reward1_done_state) && (@xmas_side)) goto L_Thanks; if((@xmas_reward2_done_state) && (@xmas_side)) goto L_Reward; if((@xmas_reward_start_state) && (@xmas_side)) goto L_Reward; |