summaryrefslogtreecommitdiff
path: root/src/map/guild.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-05 16:06:30 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-05 16:06:30 +0000
commitb0588f94abf44afd9079c4af40a5ffc1603d5ef8 (patch)
tree132ff4d519e36848d04fb6ac74a3d71c58d2c9c3 /src/map/guild.c
parent04e43423d0aef8009087f92ed557371f5981b471 (diff)
downloadhercules-b0588f94abf44afd9079c4af40a5ffc1603d5ef8.tar.gz
hercules-b0588f94abf44afd9079c4af40a5ffc1603d5ef8.tar.bz2
hercules-b0588f94abf44afd9079c4af40a5ffc1603d5ef8.tar.xz
hercules-b0588f94abf44afd9079c4af40a5ffc1603d5ef8.zip
- Fixed a pair of missing map_freeblock_unlock
- Changed around a bit the code of the skill_get defines to return 0 if you ask for an id of the place where the guild skills are placed. Also moved the guild skills block to ID 900~915. Also stuff like skill_get_inf will return the relevant guild data as defined on skill_db.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5465 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/guild.c')
-rw-r--r--src/map/guild.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/map/guild.c b/src/map/guild.c
index 5d38b5f98..364f676e7 100644
--- a/src/map/guild.c
+++ b/src/map/guild.c
@@ -63,20 +63,6 @@ int guild_gvg_eliminate_timer(int tid,unsigned int tick,int id,int data);
int guild_save_sub(int tid,unsigned int tick,int id,int data);
static int guild_send_xy_timer(int tid,unsigned int tick,int id,int data);
-// ギルドスキルdbのアクセサ(今は直打ちで代用)
-// Modified for new skills [Sara]
-int guild_skill_get_inf(int id)
-{
- switch(id) {
- case GD_BATTLEORDER:
- case GD_REGENERATION:
- case GD_RESTORE:
- case GD_EMERGENCYCALL:
- return 4;
- }
- return 0;
-}
-
// Modified [Komurka]
int guild_skill_get_max (int id)
{