mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +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:
@@ -2105,12 +2105,7 @@ namespace SoF
|
||||
IN(hairstyle);
|
||||
IN(gender);
|
||||
IN(race);
|
||||
|
||||
if (RuleB(World, EnableTutorialButton) && eq->tutorial)
|
||||
emu->start_zone = RuleI(World, TutorialZoneID);
|
||||
else
|
||||
emu->start_zone = eq->start_zone;
|
||||
|
||||
IN(start_zone);
|
||||
IN(haircolor);
|
||||
IN(deity);
|
||||
IN(STR);
|
||||
@@ -2123,6 +2118,7 @@ namespace SoF
|
||||
IN(face);
|
||||
IN(eyecolor1);
|
||||
IN(eyecolor2);
|
||||
IN(tutorial);
|
||||
IN(drakkin_heritage);
|
||||
IN(drakkin_tattoo);
|
||||
IN(drakkin_details);
|
||||
|
||||
Reference in New Issue
Block a user