diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-13 20:51:52 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-13 20:51:52 +0530 |
commit | 54e5c090692a06a96b2525f1a23f669e3449ba1b (patch) | |
tree | f33315b86ab8314e5d8dadfe92a2698053506467 /npc | |
parent | 77ebd051325e8609da224295d788a1d473521d3a (diff) | |
download | hercules-54e5c090692a06a96b2525f1a23f669e3449ba1b.tar.gz hercules-54e5c090692a06a96b2525f1a23f669e3449ba1b.tar.bz2 hercules-54e5c090692a06a96b2525f1a23f669e3449ba1b.tar.xz hercules-54e5c090692a06a96b2525f1a23f669e3449ba1b.zip |
Fixes Mora NPC, being stuck when click
Diffstat (limited to 'npc')
-rw-r--r-- | npc/re/cities/mora.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/cities/mora.txt b/npc/re/cities/mora.txt index acfc02c13..fb51eda30 100644 --- a/npc/re/cities/mora.txt +++ b/npc/re/cities/mora.txt @@ -1077,7 +1077,7 @@ mora,132,184,5 script Mora Villager#sleep6 4_M_RAFLE_OR,{ mora,133,184,1 script Mora Villager#sleep4 G_RAFFLESIA,{ mes "[Mora Villager]"; mes "Moan..."; - end; + close; } mora,134,184,1 script Mora Villager#sleep3 4_M_RAFLE_GR,{ @@ -1095,7 +1095,7 @@ mora,132,183,7 script Mora Villager#sleep7 4_M_RAFLE_VI,{ mora,133,183,7 script Mora Villager#sleep8 4_F_RAFLE_PK,{ mes "[Mora Villager]"; mes "z Z"; - end; + close; } mora,134,183,1 script Mora Villager#sleep9 4_M_RAFLE_OR,{ |