Jump to content

KJChernov

Members
  • Posts

    2
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by KJChernov

  1. Temporary hack patch:

    --- Item.cpp.1    2009-06-02 20:56:46.000000000 +0700
    +++ Item.cpp    2009-06-02 20:54:27.000000000 +0700
    @@ -745,6 +745,15 @@
          (spellInfo->EquippedItemClass == ITEM_CLASS_WEAPON && IsWeaponVellum())))
            return true;
    
    +    //Lava Lash
    +    if (spellInfo->Id==60103) {
    +    if (spellInfo->EquippedItemClass==ITEM_CLASS_WEAPON) {
    +        return true;
    +    } else {
    +        return false;
    +    }
    +    }
    +
        if (spellInfo->EquippedItemClass != -1)                 // -1 == any item class
        {
            if(spellInfo->EquippedItemClass != int32(proto->Class))
    

×
×
  • 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