mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Implement OP_CancelSneakHide
Didn't test every client, but they should all work
This commit is contained in:
@@ -834,6 +834,7 @@ public:
|
||||
eqFilterMode GetFilter(eqFilterType filter_id) const { return ClientFilters[filter_id]; }
|
||||
void SetFilter(eqFilterType filter_id, eqFilterMode value) { ClientFilters[filter_id]=value; }
|
||||
|
||||
void CancelSneakHide();
|
||||
void BreakInvis();
|
||||
void BreakSneakWhenCastOn(Mob* caster, bool IsResisted);
|
||||
void BreakFeignDeathWhenCastOn(bool IsResisted);
|
||||
|
||||
Reference in New Issue
Block a user