Core/Vehicles: Fix power type energy for some vehicles

This commit is contained in:
tobmaps
2011-06-09 20:20:21 +07:00
parent 60470e4bd8
commit cdb296d6d7

View File

@@ -77,9 +77,6 @@ void Vehicle::Install()
if (!spellInfo)
continue;
if (spellInfo->powerType == POWER_MANA)
break;
if (spellInfo->powerType == POWER_ENERGY)
{
me->setPowerType(POWER_ENERGY);