feat(Core\Player): Added createplayerinfo_cast_spell support cast spell for some class spells (#9448)

This commit is contained in:
acidmanifesto
2021-12-03 22:33:21 +01:00
committed by GitHub
parent 2789d5b877
commit 1500453f59
6 changed files with 81 additions and 69 deletions

View File

@@ -339,6 +339,7 @@ struct PlayerInfo
uint16 displayId_f{0};
PlayerCreateInfoItems item;
PlayerCreateInfoSpells customSpells;
PlayerCreateInfoSpells castSpells;
PlayerCreateInfoActions action;
PlayerCreateInfoSkills skills;