Skip to content

Commit

Permalink
Adjust id range of game events
Browse files Browse the repository at this point in the history
  • Loading branch information
kaytotes committed Jan 6, 2025
1 parent cac1596 commit d3e25b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tswow-scripts/wotlk/std/Misc/Ids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -905,8 +905,8 @@ export const Ids = {
/** Starts at 1000, highest base value is 32 */
battleground_template: new DynamicIDGenerator('battleground_template', 100),

/** Starts at 100, highest base value is 84 */
game_event: new StaticIDGenerator('game_event',100),
/** Starts at 100, highest base value is 86 */
game_event: new StaticIDGenerator('game_event',90),

/** Starts at 1, highest base value is 0 */
game_event_condition: new StaticIDGenerator('game_event_condition',1),
Expand Down

0 comments on commit d3e25b3

Please sign in to comment.