--- deliantra/server/include/commands.h 2007/01/15 21:06:18 1.7 +++ deliantra/server/include/commands.h 2007/03/02 12:14:57 1.8 @@ -51,11 +51,11 @@ }; -extern CommArray_s Commands[],NewServerCommands [],SocketCommands[], - WizCommands [], CommunicationCommands[]; +extern CommArray_s Commands[], SocketCommands[], + WizCommands[], CommunicationCommands[]; -extern const int CommandsSize,NewServerCommandSize, - SocketCommandsSize, WizCommandsSize, CommunicationCommandSize; +extern const int CommandsSize, SocketCommandsSize, + WizCommandsSize, CommunicationCommandSize; #define EMOTE_NOD 1 #define EMOTE_DANCE 2