mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 11:26:35 +00:00
[Code] Add IsCloseToBanker method (#4462)
* [Code] Add IsCloseToBanker method * Update mob.cpp
This commit is contained in:
@@ -1477,6 +1477,8 @@ public:
|
||||
|
||||
DataBucketKey GetScopedBucketKeys();
|
||||
|
||||
bool IsCloseToBanker();
|
||||
|
||||
protected:
|
||||
void CommonDamage(Mob* other, int64 &damage, const uint16 spell_id, const EQ::skills::SkillType attack_skill, bool &avoidable, const int8 buffslot, const bool iBuffTic, eSpecialAttacks specal = eSpecialAttacks::None);
|
||||
static uint16 GetProcID(uint16 spell_id, uint8 effect_index);
|
||||
|
||||
Reference in New Issue
Block a user