Updated all spell scripts

This commit is contained in:
Hondacrx
2025-10-13 13:23:31 -04:00
parent 3c4602e4a1
commit 3e028633ba
46 changed files with 33364 additions and 26554 deletions
+2 -2
View File
@@ -1842,7 +1842,7 @@ namespace Game.DataStorage
{
return playerClass switch
{
Class.Deathknight => numTalentsAtLevel.NumTalentsDeathKnight,
Class.DeathKnight => numTalentsAtLevel.NumTalentsDeathKnight,
Class.DemonHunter => numTalentsAtLevel.NumTalentsDemonHunter,
_ => numTalentsAtLevel.NumTalents,
};
@@ -1897,7 +1897,7 @@ namespace Game.DataStorage
{
switch (class_)
{
case Class.Deathknight:
case Class.DeathKnight:
return _pvpTalentSlotUnlock[slot].DeathKnightLevelRequired;
case Class.DemonHunter:
return _pvpTalentSlotUnlock[slot].DemonHunterLevelRequired;