diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 22:44:37 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 22:44:37 +0000 |
commit | 98c2c3c621f32fdf36f23cfd09565f8af7753e7d (patch) | |
tree | 690421a25fb99ba752bcad32621efa2aed3830b1 /npc/events | |
parent | f58657930161cc0dc3f1f74d0c0ed99c6a0c8829 (diff) | |
download | hercules-98c2c3c621f32fdf36f23cfd09565f8af7753e7d.tar.gz hercules-98c2c3c621f32fdf36f23cfd09565f8af7753e7d.tar.bz2 hercules-98c2c3c621f32fdf36f23cfd09565f8af7753e7d.tar.xz hercules-98c2c3c621f32fdf36f23cfd09565f8af7753e7d.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@714 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events')
-rw-r--r-- | npc/events/custom/uneasy_cemetery.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/events/custom/uneasy_cemetery.txt b/npc/events/custom/uneasy_cemetery.txt index f9e9fe5d9..39bd9d762 100644 --- a/npc/events/custom/uneasy_cemetery.txt +++ b/npc/events/custom/uneasy_cemetery.txt @@ -19,8 +19,7 @@ //============================================================ -prontera.gat,3,3,3 script Uneasy_Check -1, -{ +prontera.gat,3,3,3 script Uneasy_Check -1,{ end; OnHour00: @@ -67,8 +66,7 @@ L_Start_Undead: mapannounce "prontera.gat","[Mother Mathana]: The cememtery has became restless! In the name of Odin, hurry to the Sanctuary! Save the city of Prontera!",0; } -prontera.gat,257,313,5 script Mother Mathana 79, -{ +prontera.gat,257,313,5 script Mother Mathana 79,{ mes "[Mother Mathana]"; if ($UNEASY_DL <= 0) goto L_Undead_Walk; mes "I'm afraid there's something wrong with our old cemetery..."; |