Fixed world login

This commit is contained in:
Hondacrx
2025-08-26 22:37:42 -04:00
parent 7bb4769eee
commit ec4f2a49d4
20 changed files with 80 additions and 74 deletions
+3 -3
View File
@@ -27,9 +27,9 @@ namespace Game.DataStorage
public uint OverridesSpellID;
public uint RequiredSpellID;
public int[] CategoryMask = new int[2];
public uint[] SpellRank = new uint[2];
public uint[] PrereqTalent = new uint[2];
public byte[] PrereqRank = new byte[2];
public uint[] SpellRank = new uint[9];
public uint[] PrereqTalent = new uint[3];
public byte[] PrereqRank = new byte[3];
}
public sealed class TaxiNodesRecord