Skip to content

Commit

Permalink
game_event_%.md - Updates (#1004)
Browse files Browse the repository at this point in the history
* Updated game_event_arena

* Updated game_event_battleground

* Updated Game Event Seasonal Quest Relations
  • Loading branch information
TheSCREWEDSoftware authored Sep 29, 2024
1 parent 1a5ef6c commit 6e43011
Show file tree
Hide file tree
Showing 3 changed files with 728 additions and 8 deletions.
18 changes: 15 additions & 3 deletions docs/game_event_arena_seasons.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# game\_event\_arena\_seasons
# game_event_arena_seasons

[<-Back-to:World](database-world)

**The \`game\_event\_arena\_seasons\` table**
**The \`game_event_arena_seasons\` table**

This information comes from sniffs and is NOT supposed to be changed.

Expand All @@ -20,8 +20,20 @@ This information comes from sniffs and is NOT supposed to be changed.

### eventEntry

Entry of the event
[game_event.eventEntry](game_event#eventEntry)

### season

Arena season number: 1 - 9

| eventEntry | season | Comment (not part of the DB) |
| ---------- | ------ | :--------------------------------------- |
| 75 | 1 | TBC - Season 1: "Gladiator" |
| 76 | 2 | TBC - Season 2: "Merciless Gladiator" |
| 55 | 3 | TBC - Season 3: "Vengeful Gladiator" |
| 56 | 4 | TBC - Season 4: "Brutal Gladiator" |
| 57 | 5 | WotLK - Season 5: "Deadly Gladiator" |
| 58 | 6 | WotLK - Season 6: "Furious Gladiator" |
| 59 | 7 | WotLK - Season 7: "Relentless Gladiator" |
| 60 | 8 | WotLK - Season 8: "Wrathful Gladiator" |
| 31 | 9 | Arena Tournament: (Do not use) |
15 changes: 12 additions & 3 deletions docs/game_event_battleground_holiday.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# game\_event\_battleground\_holiday
# game_event_battleground_holiday

[<-Back-to:World](database-world)

**The \`Game\_event\_battleground\_holiday\` table**
**The \`Game_event_battleground_holiday\` table**

This table is used to add a holiday to a battleground, for things like extra reputation / honor.

Expand All @@ -20,7 +20,7 @@ This table is used to add a holiday to a battleground, for things like extra rep

### eventEntry

This is entry id of the game\_event that was setup to add the holiday.
[game_event.eventEntry](game_event#eventEntry)

### bgflag

Expand All @@ -39,3 +39,12 @@ This is a bitmask field that decides which battle grounds are affected for this
| 512 | Strand of the Ancients |
| 1024 | Dalaran Sewers |
| 2048 | The Ring of Valor |

| eventEntry | bgflag | Comment (not part of the DB) |
| ---------- | ------------- | :------------------------------------ |
| 18 | 2 | Call to Arms: Alterac Valley! |
| 19 | 4 | Call to Arms: Warsong Gulch! |
| 20 | 8 | Call to Arms: Arathi Basin! |
| 21 | 128 | Call to Arms: Eye of the Storm! |
| 53 | 512 | Call to Arms: Strand of the Ancients! |
| 54 | 1 073 741 824 | Call to Arms: Isle of Conquest! |
Loading

0 comments on commit 6e43011

Please sign in to comment.