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

Commit

Permalink
Fix typo in last commit breaking the build
Browse files Browse the repository at this point in the history
Signed-off-by: AlterEgo <[email protected]>
  • Loading branch information
SkyFire committed Nov 3, 2023
1 parent 90d50db commit fb0c43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Entities/Vehicle/VehicleDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum PowerType
POWER_COBALT_POWER = 188,
POWER_JASPER_POWER = 189,
POWER_AMETHYST_POWER = 190,
POWER_ARCANE_ENERGY = 191,
POWER_ARCANE_ENERGY_2 = 191,
POWER_RED_POWER = 192,
POWER_RED_POWER_2 = 196,
POWER_WILLPOWER = 198,
Expand Down

0 comments on commit fb0c43a

Please sign in to comment.