mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
Rework OPCharCreate logic with tutorial flag
Hopefully resolves issues with toons on Titanium spawning out of bounds when starting in tutorial. Resolves setting home bind to tutorial and being out of bounds.
This commit is contained in:
@@ -565,7 +565,7 @@ struct CharCreate_Struct
|
||||
/*0064*/ uint32 face; // Could be unknown0076
|
||||
/*0068*/ uint32 eyecolor1; //its possiable we could have these switched
|
||||
/*0073*/ uint32 eyecolor2; //since setting one sets the other we really can't check
|
||||
/*0076*/ uint32 unknown0076; // Could be face
|
||||
/*0076*/ uint32 tutorial;
|
||||
/*0080*/
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user