Core/Misc: Reduce differences between cores

Port From (https://github.com/TrinityCore/TrinityCore/commit/ff6a107ac0e7a82d728f8fd2fd8423743233a474)
This commit is contained in:
Hondacrx
2025-06-15 17:10:38 -04:00
parent 47af104f9c
commit 827c97a613
5 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ namespace Game.Entities
SetInventorySlotCount(InventorySlots.DefaultSize);
// set starting level
SetLevel(GetStartLevel(createInfo.RaceId, createInfo.ClassId, createInfo.TemplateSet));
SetLevel(GetStartLevel(createInfo.RaceId, createInfo.ClassId, createInfo.TemplateSet), false);
InitRunes();