mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Spells] Added a pet check to Cazic Touch (#1365)
* Added a pet check to Cazic Touch * Added a pet check to Cazic Touch * Added rule option to Cazic pet Check * Removed Magic Numbers * Bracket fix * Revert "Bracket fix" This reverts commit3deb3e0cad. * Bracket fix * Update spells.cpp * Fixed constants * Revert "Fixed constants" This reverts commit68502effd3. * Update eq_constants.h * Update eq_constants.h Co-authored-by: ProducerZekServer <go@away.com> Co-authored-by: Chris Miles <akkadius1@gmail.com>
This commit is contained in:
@@ -440,10 +440,9 @@ static const uint32 MAX_SPELL_DB_ID_VAL = 65535;
|
||||
|
||||
static const uint32 DB_SPELL_CAZIC_TOUCH = 982;
|
||||
static const uint32 DB_SPELL_TOUCH_OF_VINITRAS = 2859;
|
||||
|
||||
static const uint32 DB_FACTION_GEM_CHOPPERS = 255;
|
||||
static const uint32 DB_FACTION_HERETICS = 265;
|
||||
static const uint32 DB_FACTION_KING_AKANON = 333;
|
||||
static const uint32 DB_FACTION_GEM_CHOPPERS = 255;
|
||||
static const uint32 DB_FACTION_HERETICS = 265;
|
||||
static const uint32 DB_FACTION_KING_AKANON = 333;
|
||||
|
||||
enum ChatChannelNames : uint16
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user