-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add progression stages for Booty Bay Bruiser levels. (#382)
* Up. * Create progression_61_64_bruisers_vanilla_down.sql * Correct file name. * Create progression_1_19_bruisers_tbc_down.sql
- Loading branch information
1 parent
e0c74dc
commit e2de9d8
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry` = 4624; -- Booty Bay Bruiser |
1 change: 1 addition & 0 deletions
1
src/Bracket_61_64/sql/world/progression_1_19_bruisers_vanilla_down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
UPDATE `creature_template` SET `minlevel` = 67, `maxlevel` = 67 WHERE `entry` = 4624; -- Booty Bay Bruiser |
1 change: 1 addition & 0 deletions
1
src/Bracket_71_74/sql/world/progression_1_19_bruisers_tbc_down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
UPDATE `creature_template` SET `minlevel` = 77, `maxlevel` = 77 WHERE `entry` = 4624; -- Booty Bay Bruiser |