Core: Update to 10.2.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/1eea1d11b14d2ae065ab0f1888fba3b1ef03874f)
This commit is contained in:
@@ -566,7 +566,14 @@ namespace Game.Entities
|
||||
public class DeclinedName
|
||||
{
|
||||
public StringArray name = new(SharedConst.MaxDeclinedNameCases);
|
||||
}
|
||||
|
||||
public DeclinedName() { }
|
||||
public DeclinedName(DeclinedNames uf)
|
||||
{
|
||||
for (var i = 0; i < SharedConst.MaxDeclinedNameCases; ++i)
|
||||
name[i] = uf.Name[i];
|
||||
}
|
||||
}
|
||||
|
||||
struct PositionUpdateInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user