mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
Move HateLine to a better ID
This commit is contained in:
+34
-34
@@ -677,39 +677,39 @@ namespace BotSpellTypes
|
||||
constexpr uint16 PreCombatBuffSong = 21;
|
||||
constexpr uint16 Fear = 22;
|
||||
constexpr uint16 Stun = 23;
|
||||
constexpr uint16 GroupCures = 24;
|
||||
constexpr uint16 CompleteHeal = 25;
|
||||
constexpr uint16 FastHeals = 26;
|
||||
constexpr uint16 VeryFastHeals = 27;
|
||||
constexpr uint16 GroupHeals = 28;
|
||||
constexpr uint16 GroupCompleteHeals = 29;
|
||||
constexpr uint16 GroupHoTHeals = 30;
|
||||
constexpr uint16 HoTHeals = 31;
|
||||
constexpr uint16 AENukes = 32;
|
||||
constexpr uint16 AERains = 33;
|
||||
constexpr uint16 AEMez = 34;
|
||||
constexpr uint16 AEStun = 35;
|
||||
constexpr uint16 AEDebuff = 36;
|
||||
constexpr uint16 AESlow = 37;
|
||||
constexpr uint16 AESnare = 38;
|
||||
constexpr uint16 AEFear = 39;
|
||||
constexpr uint16 AEDispel = 40;
|
||||
constexpr uint16 AERoot = 41;
|
||||
constexpr uint16 AEDoT = 42;
|
||||
constexpr uint16 AELifetap = 43;
|
||||
constexpr uint16 PBAENuke = 44;
|
||||
constexpr uint16 PetBuffs = 45;
|
||||
constexpr uint16 PetRegularHeals = 46;
|
||||
constexpr uint16 PetCompleteHeals = 47;
|
||||
constexpr uint16 PetFastHeals = 48;
|
||||
constexpr uint16 PetVeryFastHeals = 49;
|
||||
constexpr uint16 PetHoTHeals = 50;
|
||||
constexpr uint16 DamageShields = 51;
|
||||
constexpr uint16 ResistBuffs = 52;
|
||||
constexpr uint16 PetDamageShields = 53;
|
||||
constexpr uint16 PetResistBuffs = 54;
|
||||
constexpr uint16 HateLine = 55;
|
||||
constexpr uint16 AEHateLine = 56;
|
||||
constexpr uint16 HateLine = 24;
|
||||
constexpr uint16 GroupCures = 25;
|
||||
constexpr uint16 CompleteHeal = 26;
|
||||
constexpr uint16 FastHeals = 27;
|
||||
constexpr uint16 VeryFastHeals = 28;
|
||||
constexpr uint16 GroupHeals = 29;
|
||||
constexpr uint16 GroupCompleteHeals = 30;
|
||||
constexpr uint16 GroupHoTHeals = 31;
|
||||
constexpr uint16 HoTHeals = 32;
|
||||
constexpr uint16 AENukes = 33;
|
||||
constexpr uint16 AERains = 34;
|
||||
constexpr uint16 AEMez = 35;
|
||||
constexpr uint16 AEStun = 36;
|
||||
constexpr uint16 AEDebuff = 37;
|
||||
constexpr uint16 AESlow = 38;
|
||||
constexpr uint16 AESnare = 39;
|
||||
constexpr uint16 AEFear = 40;
|
||||
constexpr uint16 AEDispel = 41;
|
||||
constexpr uint16 AERoot = 42;
|
||||
constexpr uint16 AEDoT = 43;
|
||||
constexpr uint16 AELifetap = 44;
|
||||
constexpr uint16 AEHateLine = 45;
|
||||
constexpr uint16 PBAENuke = 46;
|
||||
constexpr uint16 PetBuffs = 47;
|
||||
constexpr uint16 PetRegularHeals = 48;
|
||||
constexpr uint16 PetCompleteHeals = 49;
|
||||
constexpr uint16 PetFastHeals = 50;
|
||||
constexpr uint16 PetVeryFastHeals = 51;
|
||||
constexpr uint16 PetHoTHeals = 52;
|
||||
constexpr uint16 DamageShields = 53;
|
||||
constexpr uint16 ResistBuffs = 54;
|
||||
constexpr uint16 PetDamageShields = 55;
|
||||
constexpr uint16 PetResistBuffs = 56;
|
||||
|
||||
// Command Spell Types
|
||||
constexpr uint16 Teleport = 100; // this is handled by ^depart so uses other logic
|
||||
@@ -727,7 +727,7 @@ namespace BotSpellTypes
|
||||
constexpr uint16 SummonCorpse = 112;
|
||||
|
||||
constexpr uint16 START = BotSpellTypes::Nuke; // Do not remove or change this
|
||||
constexpr uint16 END = BotSpellTypes::AEHateLine; // Do not remove this, increment as needed
|
||||
constexpr uint16 END = BotSpellTypes::PetResistBuffs; // Do not remove this, increment as needed
|
||||
constexpr uint16 COMMANDED_START = BotSpellTypes::Lull; // Do not remove or change this
|
||||
constexpr uint16 COMMANDED_END = BotSpellTypes::SummonCorpse; // Do not remove this, increment as needed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user