diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2013-06-17 10:17:16 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2013-06-17 10:17:16 -0400 |
commit | 2410110dece79b4598c12f1c953219f1d0d1904a (patch) | |
tree | 269dd189a6e5cc03ef021c8e01977567d2f41254 /npc/re | |
parent | 6f4b110965db43f49507e9492d29c0745d145760 (diff) | |
download | hercules-2410110dece79b4598c12f1c953219f1d0d1904a.tar.gz hercules-2410110dece79b4598c12f1c953219f1d0d1904a.tar.bz2 hercules-2410110dece79b4598c12f1c953219f1d0d1904a.tar.xz hercules-2410110dece79b4598c12f1c953219f1d0d1904a.zip |
Fixed BugReport: 7388
http://hercules.ws/board/tracker/issue-7388-renamed-gld-dun-for-gld-re/?
gopid=18608#entry18608
Simple fix and adjusted placeholders for Hercules.
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/instances/HazyForest.txt | 16 | ||||
-rw-r--r-- | npc/re/mobs/dungeons/gld_re.txt | 4 | ||||
-rw-r--r-- | npc/re/scripts_monsters.conf | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/npc/re/instances/HazyForest.txt b/npc/re/instances/HazyForest.txt index cb65f11d7..cecdadd20 100644 --- a/npc/re/instances/HazyForest.txt +++ b/npc/re/instances/HazyForest.txt @@ -1,18 +1,18 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Hazy Forest -//===== By: ================================================== +//===== By: ================================================== //= Euphy -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.0 -//===== Compatible With: ===================================== -//= rAthena SVN -//===== Description: ========================================= +//===== Compatible With: ===================================== +//= Hercules +//===== Description: ========================================= //= [Official Conversion] //= Cross through the Hazy Forest to reach the Bifrost. //= Contains the Wandering Guardian quest. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. [Euphy] -//============================================================ +//============================================================ // Instance Creation //============================================================ diff --git a/npc/re/mobs/dungeons/gld_re.txt b/npc/re/mobs/dungeons/gld_re.txt index 29955c381..1280755a7 100644 --- a/npc/re/mobs/dungeons/gld_re.txt +++ b/npc/re/mobs/dungeons/gld_re.txt @@ -1,11 +1,11 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Renewal Guild Monster Spawn Script //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== -//= rAthena SVN +//= Hercules //===== Additional Comments: ================================= //= 1.0 First version, Hall of Abyss update. [Euphy] //============================================================ diff --git a/npc/re/scripts_monsters.conf b/npc/re/scripts_monsters.conf index 25811f8b3..46ab419d8 100644 --- a/npc/re/scripts_monsters.conf +++ b/npc/re/scripts_monsters.conf @@ -18,7 +18,7 @@ npc: npc/re/mobs/dungeons/ein_dun.txt npc: npc/re/mobs/dungeons/gef_dun.txt npc: npc/re/mobs/dungeons/gefenia.txt npc: npc/re/mobs/dungeons/glastheim.txt -npc: npc/re/mobs/dungeons/gld_dun.txt +npc: npc/re/mobs/dungeons/gld_re.txt npc: npc/re/mobs/dungeons/gld_dunSE.txt npc: npc/re/mobs/dungeons/gon_dun.txt npc: npc/re/mobs/dungeons/ice_dun.txt |