mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 09:37:55 +00:00
Add lull/aelull to ^cast
This commit is contained in:
@@ -8926,6 +8926,9 @@ std::string Mob::GetSpellTypeNameByID(uint16 spellType) {
|
||||
case BotSpellTypes::SummonCorpse:
|
||||
spellTypeName = "Summon Corpse";
|
||||
break;
|
||||
case BotSpellTypes::AELull:
|
||||
spellTypeName = "AE Lull";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@@ -9147,6 +9150,9 @@ std::string Mob::GetSpellTypeShortNameByID(uint16 spellType) {
|
||||
case BotSpellTypes::SummonCorpse:
|
||||
spellTypeName = "summoncorpse";
|
||||
break;
|
||||
case BotSpellTypes::AELull:
|
||||
spellTypeName = "aelull";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user