summaryrefslogtreecommitdiff
path: root/src/map/guild.c
diff options
context:
space:
mode:
authorKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-27 09:15:05 +0000
committerKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-27 09:15:05 +0000
commit55434bd1ddfeb0b66247dbe4c420048863d44446 (patch)
treefb053a26628370a14b6f596265fcb89c0475541e /src/map/guild.c
parent677598256feaad3bcef53805ad8c70e744a9b7d3 (diff)
downloadhercules-55434bd1ddfeb0b66247dbe4c420048863d44446.tar.gz
hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.tar.bz2
hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.tar.xz
hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.zip
Changed the last commit so it must be called with @reloaditemdb2. @reloaditemdb only removes the item_data from the itemdb subsystem. If you don't like my code you can uncomment the macro I_HATE_KEVIN in item_db.c so it isn't even compiled.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12662 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/guild.c')
-rw-r--r--src/map/guild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/guild.c b/src/map/guild.c
index 0f4ec272b..b4104f4d0 100644
--- a/src/map/guild.c
+++ b/src/map/guild.c
@@ -1594,7 +1594,7 @@ int guild_broken(int guild_id,int flag)
if( (gc=guild_castle_search(i)) != NULL ){
if(gc->guild_id == guild_id){
safestrncpy(name, gc->castle_event, 50);
- npc_event_do(strcat(name,"::OnGuildBreak"));
+ npc_event_do("::OnGuildBreak");
}
}
}