Skip to content

Commit

Permalink
Scripts/Halls of Origination: fixed a deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovahlord committed Jul 11, 2023
1 parent 45333fc commit 252da13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ enum HOOCreatures
NPC_WATER_WARDEN = 39802,
NPC_AIR_WARDEN = 39803,

WARDEN_ENTRY_DATA_DELTA = NPC_FIRE_WARDEN - DATA_FIRE_WARDEN,
WARDEN_ENTRY_DATA_DELTA = NPC_FIRE_WARDEN - uint8(DATA_FIRE_WARDEN),

NPC_BRANN_BRONZEBEARD_0 = 39908,
NPC_OMEGA_STANCE = 41194,

0 comments on commit 252da13

Please sign in to comment.