diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2015-06-02 14:40:42 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2015-06-02 14:40:42 -0400 |
commit | 1e73244c744b509ac216e81ec021ff1638397036 (patch) | |
tree | 74fbca67820e0f42284f857571031e58906b28a8 /db/re | |
parent | 712812b945debfd369383354431840e9d249a3ae (diff) | |
download | hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.gz hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.bz2 hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.xz hercules-1e73244c744b509ac216e81ec021ff1638397036.zip |
Follow up to 712812b
- More link changes
- Added proper link to Roulette topic
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_chain.conf | 4 | ||||
-rw-r--r-- | db/re/item_group.conf | 4 | ||||
-rw-r--r-- | db/re/item_packages.conf | 4 | ||||
-rw-r--r-- | db/re/job_db.conf | 4 | ||||
-rw-r--r-- | db/re/map_zone_db.conf | 4 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/db/re/item_chain.conf b/db/re/item_chain.conf index bedb33d73..744b1cbcf 100644 --- a/db/re/item_chain.conf +++ b/db/re/item_chain.conf @@ -6,9 +6,9 @@ //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ //= -//= http://hercules.ws/board/ +//= http://herc.ws/board/ //================= More Information ================= -// http://hercules.ws/board/topic/1244-official-item-grouppackagechain +// http://herc.ws/board/topic/1244-official-item-grouppackagechain //==================================================== // Structure of file: /* diff --git a/db/re/item_group.conf b/db/re/item_group.conf index 69cedfdd1..b965f0c0d 100644 --- a/db/re/item_group.conf +++ b/db/re/item_group.conf @@ -6,9 +6,9 @@ //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ //= -//= http://hercules.ws/board/ +//= http://herc.ws/board/ //================= More Information ================= -// http://hercules.ws/board/topic/1244-official-item-grouppackagechain +// http://herc.ws/board/topic/1244-official-item-grouppackagechain //==================================================== // Structure of file: /* diff --git a/db/re/item_packages.conf b/db/re/item_packages.conf index e900ca23e..8fc9a2e17 100644 --- a/db/re/item_packages.conf +++ b/db/re/item_packages.conf @@ -6,9 +6,9 @@ //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ //= -//= http://hercules.ws/board/ +//= http://herc.ws/board/ //================= More Information ================= -// http://hercules.ws/board/topic/1244-official-item-grouppackagechain +// http://herc.ws/board/topic/1244-official-item-grouppackagechain //==================================================== // Structure of file: /* diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 47f543793..38d79597b 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -6,9 +6,9 @@ //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ //= -//= http://hercules.ws/board/ +//= http://herc.ws/board/ //================= More Information ================= -// http://hercules.ws/board/topic/9082-job-db1txt-redesign/ +// http://herc.ws/board/topic/9082-job-db1txt-redesign/ //============== RE Structure Example ================ /* Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so if you want to add a new job you should add it there) diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index eade47a40..78cca13fe 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -6,11 +6,11 @@ //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ //= -//= http://hercules.ws/board/ +//= http://herc.ws/board/ //==================================================== //= Hercules Map Zone Database [Ind/Hercules] //================ More Information ================== -//= http://hercules.ws/board/topic/302-introducing-hercules-map-zone-database/ +//= http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/ //= (TODO: replace with wiki link and detail the wiki page in a decent format ^) //==================================================== //================ Description ======================= diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index f3655db3f..0da4479d4 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -6,9 +6,9 @@ //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ //= -//= http://hercules.ws/board/ +//= http://herc.ws/board/ //================= More Information ================= -// http://hercules.ws/board/topic/1188-skill-tree-db-redesign/ +// http://herc.ws/board/topic/1188-skill-tree-db-redesign/ //================ Structure Example ================= /* Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so if you want to add a new job you should add it there) |