diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-16 00:09:18 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-16 00:09:18 +0000 |
commit | 6e84eb56e4696f78880cc004e22a42f6d3e1036b (patch) | |
tree | 83dea614d19534da7729943ce9624020cbaf1909 /npc/quests/seals/brisingamen_seal.txt | |
parent | 0bd634fd221fc351c14bcb4138034eff641f92f3 (diff) | |
download | hercules-6e84eb56e4696f78880cc004e22a42f6d3e1036b.tar.gz hercules-6e84eb56e4696f78880cc004e22a42f6d3e1036b.tar.bz2 hercules-6e84eb56e4696f78880cc004e22a42f6d3e1036b.tar.xz hercules-6e84eb56e4696f78880cc004e22a42f6d3e1036b.zip |
* Corrected typo in Nameless Monestary quest. (bugreport:2352)
* Swapped baseclass for basejob and fixed server-wide announce in god item quests. (bugreport:2349)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13295 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/seals/brisingamen_seal.txt')
-rw-r--r-- | npc/quests/seals/brisingamen_seal.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/quests/seals/brisingamen_seal.txt b/npc/quests/seals/brisingamen_seal.txt index bf6306eac..ed014dd64 100644 --- a/npc/quests/seals/brisingamen_seal.txt +++ b/npc/quests/seals/brisingamen_seal.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= SinSloth //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena //===== Description: ========================================= @@ -16,6 +16,7 @@ //= 1.3 Minor Touchups to quest. [L0ne_W0lf] //= 1.3a Changed some " + name +" to strcharinfo(0) [Samuray22] //= 1.4 Replaced effect numerics with constants. [Samuray22] +//= 1.5 Corrected serverwide announcement. [L0ne_W0lf] //============================================================ prt_fild08,175,374,3 script Bard#brising 51,{ @@ -903,9 +904,9 @@ yuno_in04,47,113,1 script Studying Scholar#1 749,{ if ($God1 == 100 && $God2 == 100 && $God3 == 100 && $God4 == 100) { announce "Four seals have been released at the same time with the seal of [Brisingamen].",bc_all; } - } - else { - announce "The 3rd seal of [Brisingamen] has been released.",bc_all; + else { + announce "The 3rd seal of [Brisingamen] has been released.",bc_all; + } } } close; |