diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-03 21:27:44 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-03 21:27:44 +0000 |
commit | 3db565eecba5960a5f454338d48815273fb7d5e5 (patch) | |
tree | 98ead4dd8dc8010f94fa8b2f49385281cce8f404 /npc/events/idul_fitri.txt | |
parent | 9cc59af3b0b4c2872fb70e0f0b00f17afcd7122a (diff) | |
download | hercules-3db565eecba5960a5f454338d48815273fb7d5e5.tar.gz hercules-3db565eecba5960a5f454338d48815273fb7d5e5.tar.bz2 hercules-3db565eecba5960a5f454338d48815273fb7d5e5.tar.xz hercules-3db565eecba5960a5f454338d48815273fb7d5e5.zip |
* Added missing .conf entry (bugreport:6162)
* Replaced old, outdated custom WOE setter (custom\WoE_Setter.txt) with my script, and renamed to "woe_controller"
* Optimized "Bossnia Warp NPCs" script (events\bossnia.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16373 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/idul_fitri.txt')
-rw-r--r-- | npc/events/idul_fitri.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/events/idul_fitri.txt b/npc/events/idul_fitri.txt index 8b0121fcf..0c11775ca 100644 --- a/npc/events/idul_fitri.txt +++ b/npc/events/idul_fitri.txt @@ -12,7 +12,6 @@ //= 1.1 Replaced effect numerics with constants. [Samuray22] //============================================================ - prontera,146,92,3 script Cellerb 58,{ set @npcname$,"[Staff Idul Fitri]"; mes @npcname$; @@ -67,12 +66,10 @@ prontera,146,92,3 script Cellerb 58,{ mes "We appreciate your participation in this special event."; emotion e_thx; close; - case 2: mes @npcname$; mes "Oh well, maybe you will participate in tommorow's quest."; emotion e_hmm; close; } -} - +}
\ No newline at end of file |