diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-28 23:36:53 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-28 23:36:53 +0000 |
commit | 46242ebf98468f8afc9ca755f84c23328b7a7402 (patch) | |
tree | 98ed3fbf6faae20768dc8279113c948268f17bb2 /npc/quests/quests_gonryun.txt | |
parent | 21ff74caa20e967ddcc95a67e8aacf4eea328c30 (diff) | |
download | hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.tar.gz hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.tar.bz2 hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.tar.xz hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.zip |
* Updated NPC headers to fix errors caused by rev. 11603.
- Note: non-standard loaded scripts need to be checked for errors/duplicates.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11605 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_gonryun.txt')
-rw-r--r-- | npc/quests/quests_gonryun.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_gonryun.txt b/npc/quests/quests_gonryun.txt index 019ae72b0..c7ea2bc7e 100644 --- a/npc/quests/quests_gonryun.txt +++ b/npc/quests/quests_gonryun.txt @@ -3,13 +3,13 @@ //===== By: ================================================== //= KarLaeda //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena 1 //===== Description: ========================================= //= Gonryun Broken Sword Quest //===== Additional Comments: ================================= -//= +//= 1.1 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] //============================================================ @@ -3463,7 +3463,7 @@ yuno_in01,99,101,4 script Doctor#gnbs 744,{ close; } -yuno_in01,104,94,0 script go away#gnbs 139,2,1{ +yuno_in01,104,94,0 script go away#gnbs 139,2,1,{ if (b_sword < 22) { mes "[??????]"; mes "^FF0000What are you doing here?"; |