Skip to content

Commit

Permalink
Adjust max creature level for dummy npcs
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Nov 26, 2023
1 parent 48c44d0 commit 468c62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Globals/SharedDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ enum TrackedAuraType
#define EXPECTED_MANGOSD_CLIENT_BUILD {5875, 6005, 6141, 0}

// Max creature level (included some bosses and elite)
#define DEFAULT_MAX_CREATURE_LEVEL 65
#define DEFAULT_MAX_CREATURE_LEVEL 70

enum TeleportLocation
{
Expand Down

0 comments on commit 468c62b

Please sign in to comment.