From b5f299c92630ce310e07f44d4969f53148c2f7ef Mon Sep 17 00:00:00 2001 From: hlarsen Date: Sat, 7 May 2016 21:14:32 +0100 Subject: [PATCH] backport nost-tbc a8a5d84 allow mounting while stealthed --- src/game/Object/Unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/Object/Unit.h b/src/game/Object/Unit.h index f701c5ed..0ecc2c7b 100644 --- a/src/game/Object/Unit.h +++ b/src/game/Object/Unit.h @@ -3394,7 +3394,7 @@ class Unit : public WorldObject { ShapeshiftForm form = GetShapeshiftForm(); return form != FORM_NONE && form != FORM_BATTLESTANCE && form != FORM_BERSERKERSTANCE && form != FORM_DEFENSIVESTANCE && - form != FORM_SHADOW; + form != FORM_SHADOW && form != FORM_STEALTH; } float m_modMeleeHitChance;