Jump to content
TrinityCore

Spell - Grab Crate - 62482 wrong?


Barry Zhang
 Share

Recommended Posts

case 62482: // Grab Crate
                {
                    if (!unitCaster)
                        return;

                    if (unitTarget)
                    {
                        if (Unit* seat = unitCaster->GetVehicleBase())
                        {
                            //if (Unit* parent = seat->GetVehicleBase())

this code wrong?

TrinityCore\src\server\game\Spells\SpellEffects.cpp

line 3558

can't work..

 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...