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 /src/map | |
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 'src/map')
-rw-r--r-- | src/map/irc-bot.c | 2 | ||||
-rw-r--r-- | src/map/irc-bot.h | 2 | ||||
-rw-r--r-- | src/map/packets.h | 2 | ||||
-rw-r--r-- | src/map/packets_struct.h | 2 | ||||
-rw-r--r-- | src/map/skill.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/map/irc-bot.c b/src/map/irc-bot.c index d492ad9ca..f7e693191 100644 --- a/src/map/irc-bot.c +++ b/src/map/irc-bot.c @@ -1,6 +1,6 @@ // Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file -// Base Author: shennetsind @ http://hercules.ws +// Base Author: shennetsind @ http://herc.ws #define HERCULES_CORE diff --git a/src/map/irc-bot.h b/src/map/irc-bot.h index 8dcfea5bd..acd014e71 100644 --- a/src/map/irc-bot.h +++ b/src/map/irc-bot.h @@ -1,6 +1,6 @@ // Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file -// Base Author: shennetsind @ http://hercules.ws +// Base Author: shennetsind @ http://herc.ws #ifndef MAP_IRC_BOT_H diff --git a/src/map/packets.h b/src/map/packets.h index db332c033..53278f66e 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2885,7 +2885,7 @@ packet(0x020d,-1); packet(0x0a2e,6,clif->pDull); //TITLE #endif -/* PacketKeys: http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/ */ +/* PacketKeys: http://herc.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/ */ #if PACKETVER >= 20110817 packetKeys(0x053D5CED,0x3DED6DED,0x6DED6DED); /* Thanks to Shakto */ #endif diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 71471e5c6..47e566662 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -1,7 +1,7 @@ // Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file -/* Hercules Renewal: Phase Two http://hercules.ws/board/topic/383-hercules-renewal-phase-two/ */ +/* Hercules Renewal: Phase Two http://herc.ws/board/topic/383-hercules-renewal-phase-two/ */ #ifndef MAP_PACKETS_STRUCT_H #define MAP_PACKETS_STRUCT_H diff --git a/src/map/skill.c b/src/map/skill.c index 0562bcd96..b39ea380f 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -99,7 +99,7 @@ int skill_get_index( uint16 skill_id ) { skill_id = MC_SKILLRANGEMIN + skill_id - MC_SKILLBASE; else if( skill_id >= HM_SKILLBASE ) skill_id = HM_SKILLRANGEMIN + skill_id - HM_SKILLBASE; - //[Ind/Hercules] GO GO GO LESS! - http://hercules.ws/board/topic/512-skill-id-processing-overhaul/ + //[Ind/Hercules] GO GO GO LESS! - http://herc.ws/board/topic/512-skill-id-processing-overhaul/ else if( skill_id > 1019 && skill_id < 8001 ) { if( skill_id < 2058 ) // 1020 - 2000 are empty skill_id = 1020 + skill_id - 2001; |