Results 37 comments of ModoX

> Try deleting Cache, and the WTF folder. That's what fixed my issue, but if it doesn't, it might just be the version. I know 9.1.5.40944, won't work no matter...

Tried some more stuff, should fix a lot of crashes, can you guys try this and report back here pls: @malcrom [ymir_classic_tbc.zip](https://github.com/TrinityCore/ymir/files/7776684/ymir_classic_tbc.zip) @grip244 [ymir_retail.zip](https://github.com/TrinityCore/ymir/files/7776685/ymir_retail.zip) I cannot reproduce the crashes, so...

which VPN protocol are you trying to use?

could you provide a few examples please? (area/quest which needs this magic)

packet structs in wpp are not fully updated to 11.0.2 yet

According to Interruptname leak its: `SpellAuraInterruptFlags::Attacking`, not further specified. In master we're handling it here: ```c void Unit::AttackerStateUpdate(Unit* victim, WeaponAttackType attType, bool extra) { if (HasUnitState(UNIT_STATE_CANNOT_AUTOATTACK) || HasUnitFlag(UNIT_FLAG_PACIFIED)) return; if...