From a50c6281bbad73cd4155cbf55af4c899c9e2d1ea Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 1 Aug 2008 07:05:16 +0000 Subject: Removed unused guardian hp columns from the guild castles table in main.sql (should have been done in r11915). Corrected incorrect use of the datetime column in the `login` table (bugreport:1962). Refreshed txt account savefile. Cleaned up some random minor source code glitches. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13030 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index c9839a952..68828db85 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -2067,11 +2067,6 @@ struct script_code* parse_script(const char *src,const char *file,int line,int o return code; } -// -// Script state -// -enum {RUN = 0,STOP,END,RERUNLINE,GOTO,RETFUNC}; - /// Returns the player attached to this script, identified by the rid. /// If there is no player attached, the script is terminated. TBL_PC *script_rid2sd(struct script_state *st) -- cgit v1.2.3-70-g09d2