My frist cahnge, hopefully it's not my last...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@614 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ajarn 2004-12-19 00:20:59 +00:00
parent 721cb8679d
commit c0f5237c71
3 changed files with 238 additions and 219 deletions

View File

@ -1,4 +1,7 @@
Date Added Date Added
12/18
* Fixed SQL char creation, it now follows MySQL standards and uses mysql_last_insert_id [Ajarn]
12/10 12/10
* Fixed parse's for login-server, it actually fails if packet len isn't long enough [Wizputer] * Fixed parse's for login-server, it actually fails if packet len isn't long enough [Wizputer]
* Edit of parses in char-server, -UNTESTED- [Wizputer] * Edit of parses in char-server, -UNTESTED- [Wizputer]

File diff suppressed because it is too large Load Diff

View File

@ -54,6 +54,8 @@
#define MIN_CLOTH_COLOR battle_config.min_cloth_color #define MIN_CLOTH_COLOR battle_config.min_cloth_color
#define MAX_CLOTH_COLOR battle_config.max_cloth_color #define MAX_CLOTH_COLOR battle_config.max_cloth_color
#define MIN_CHAR_ID 150000 // shouldn't ever be changed, the client requires this min value [Ajarn]
// for produce // for produce
#define MIN_ATTRIBUTE 0 #define MIN_ATTRIBUTE 0
#define MAX_ATTRIBUTE 4 #define MAX_ATTRIBUTE 4
@ -265,8 +267,8 @@ struct guild_castle {
int Ghp4; int Ghp4;
int Ghp5; int Ghp5;
int Ghp6; int Ghp6;
int Ghp7; int Ghp7;
int GID0; int GID0;
int GID1; int GID1;
int GID2; int GID2;
int GID3; int GID3;