diff options
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; |