From 14d2e0e61a8d2ca85f15eb0c8eb6238564edb375 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 10 May 2006 04:04:36 +0000 Subject: - Rewrote/cleaned up trade.c for a more clean trading implementation. - Added @request commands, sends a request to all connected GMs of lowest_gm_level or above as a whisper message. Defaults to gm level 20 users. - Made SC_COMBO status start delay attackabletime and walkdelay by sc's duration regardless of skill used (previously it was only for TK kicks, now it's for both those and Monk combos) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6542 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.h') diff --git a/src/map/atcommand.h b/src/map/atcommand.h index a0c56821e..a9eb69aba 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -270,7 +270,7 @@ enum AtCommandType { AtCommand_ToNPC, // LuzZza AtCommand_Commands, // [Skotlex] AtCommand_NoAsk, // [LuzZza] - + AtCommand_Request, // [Skotlex], supposedly taken from Freya (heard the command was there, but I haven't seen the code yet) // end <- Ahem, guys, don't place AtCommands after AtCommand_Unknown! [Skotlex] AtCommand_Unknown, AtCommand_MAX -- cgit v1.2.3-60-g2f50