mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Fix character creation tenancy operations
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
);
|
||||
}
|
||||
|
||||
static SpawnGroup New()
|
||||
static SpawnGroup NewEntity()
|
||||
{
|
||||
SpawnGroup entry;
|
||||
|
||||
@@ -155,7 +155,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
return New();
|
||||
return NewEntity();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user