Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Server: Added new vehicle power types.
Browse files Browse the repository at this point in the history
  • Loading branch information
AriDEV3 committed Nov 3, 2023
1 parent 082c20f commit 90d50db
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/server/game/Entities/Vehicle/VehicleDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,21 @@ enum PowerType
POWER_CONSUMING_FLAME = 177,
POWER_PYROCLASTIC_FRENZY = 178,
POWER_FLASHFIRE = 179,
POWER_FEL_ENERGY = 181,
POWER_BACK_HEAT = 183,
POWER_JADE_POWER = 187,
POWER_COBALT_POWER = 188,
POWER_JASPER_POWER = 189,
POWER_AMETHYST_POWER = 190,
POWER_ARCANE_ENERGY = 191,
POWER_RED_POWER = 192,
POWER_RED_POWER_2 = 196,
POWER_WILLPOWER = 198,
POWER_DARK_POWER = 199,
POWER_GOLD_POWER = 200,
POWER_RESONANCE = 201,
POWER_SHA_ENERGY = 203,
POWER_FOOD = 206
};

enum VehicleFlags
Expand Down

0 comments on commit 90d50db

Please sign in to comment.