Implement OP_CancelSneakHide

Didn't test every client, but they should all work
This commit is contained in:
Michael Cook (mackal)
2016-06-30 17:50:31 -04:00
parent a64343689c
commit 54de212214
12 changed files with 39 additions and 3 deletions
+1
View File
@@ -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);