From 53e1375cb6926b55a1487b61e5616b299e34e2be Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 29 Mar 2007 20:34:17 +0000 Subject: - Added "do_abort" function to the core. It is invoked when the server has received a Segmentation Fault or Floating Point Exception signal. Currently the only one that uses it is the map-server, which then attempts to save all online characters before aborting. - Note that due to the current coding of the sig plugin, do_abort will not be invoked if you use it! This plugin needs to be updated... - Cleaned up a bit the change element code. val1 is the elemental level, val2 is the element now. - Hardcoded the element and elemental level of SC_CHANGEUNDEAD. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10089 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/txt-converter/char-converter.c | 4 +++- src/txt-converter/login-converter.c | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src/txt-converter') diff --git a/src/txt-converter/char-converter.c b/src/txt-converter/char-converter.c index b5f604bf8..3d1f59391 100644 --- a/src/txt-converter/char-converter.c +++ b/src/txt-converter/char-converter.c @@ -278,4 +278,6 @@ int do_init(int argc, char **argv){ exit (0); } -void do_final () {} +void do_abort(void) {} + +void do_final (void) {} diff --git a/src/txt-converter/login-converter.c b/src/txt-converter/login-converter.c index 840d61e1c..1f5b4141c 100644 --- a/src/txt-converter/login-converter.c +++ b/src/txt-converter/login-converter.c @@ -228,5 +228,6 @@ int do_init(int argc,char **argv) exit (0); } +void do_abort(void) {} -void do_final() {} +void do_final(void) {} -- cgit v1.2.3-60-g2f50