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
@@ -845,7 +845,7 @@ namespace Game.DataStorage
return row.Rogue;
case Class.Priest:
return row.Priest;
case Class.Deathknight:
case Class.DeathKnight:
return row.DeathKnight;
case Class.Shaman:
return row.Shaman;
@@ -884,7 +884,7 @@ namespace Game.DataStorage
return row.Rogue;
case (int)Class.Priest:
return row.Priest;
case (int)Class.Deathknight:
case (int)Class.DeathKnight:
return row.DeathKnight;
case (int)Class.Shaman:
return row.Shaman;