Jump to content

jmishenko

Members
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jmishenko's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Players can cast spells while dead so basically you can fix it with this lines: SpellCastResult Spell::CheckCast(bool strict) { // check death state if (m_caster->IsDead() && !m_spellInfo->HasAttribute(SPELL_ATTR_UNK23) && !m_originalCasterGUID.IsGameObject()) return SPELL_FAILED_CASTER_DEAD; Basically it works with packet spoofing like WPE or smth else so this is a some sort of protection
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use