Add lull/aelull to ^cast

This commit is contained in:
nytmyr
2024-12-10 14:03:33 -06:00
parent 211908196e
commit f3e0fdae73
7 changed files with 30 additions and 3 deletions
+6
View File
@@ -8943,6 +8943,9 @@ std::string Mob::GetSpellTypeNameByID(uint16 spellType) {
case BotSpellTypes::SummonCorpse:
spellTypeName = "Summon Corpse";
break;
case BotSpellTypes::AELull:
spellTypeName = "AE Lull";
break;
default:
break;
}
@@ -9164,6 +9167,9 @@ std::string Mob::GetSpellTypeShortNameByID(uint16 spellType) {
case BotSpellTypes::SummonCorpse:
spellTypeName = "summoncorpse";
break;
case BotSpellTypes::AELull:
spellTypeName = "aelull";
break;
default:
break;
}