forked from TrinityCore/TrinityCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DB/Creature: Added bruteforced creature_template_difficulty data
* drops all wdb only rows to utilize fallback difficulties properly
- Loading branch information
Showing
10 changed files
with
127,578 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,2 @@ | ||
-- drops 106k lines, intended. | ||
DELETE FROM `creature_template_difficulty` WHERE `LevelScalingDeltaMin`=0 AND `LevelScalingDeltaMax`=0 AND `ContentTuningID`=0 AND `LootID`=0 AND `PickPocketLootID`=0 AND `SkinLootID`=0 AND `GoldMin`=0 AND `GoldMax`=0 AND `StaticFlags1`=0 AND `StaticFlags2`=0 AND `StaticFlags3`=0 AND `StaticFlags4`=0 AND `StaticFlags5`=0 AND `StaticFlags6`=0 AND `StaticFlags7`=0 AND `StaticFlags8`=0; |
105,083 changes: 105,083 additions & 0 deletions
105,083
sql/updates/world/master/2024_07_25_10_world.sql
Large diffs are not rendered by default.
Oops, something went wrong.
3,955 changes: 3,955 additions & 0 deletions
3,955
sql/updates/world/master/2024_07_25_11_world_dungeon_nhc.sql
Large diffs are not rendered by default.
Oops, something went wrong.
4,670 changes: 4,670 additions & 0 deletions
4,670
sql/updates/world/master/2024_07_25_12_world_dungeon_hc.sql
Large diffs are not rendered by default.
Oops, something went wrong.
2,021 changes: 2,021 additions & 0 deletions
2,021
sql/updates/world/master/2024_07_25_13_world_dungeon_mythic.sql
Large diffs are not rendered by default.
Oops, something went wrong.
5,535 changes: 5,535 additions & 0 deletions
5,535
sql/updates/world/master/2024_07_25_14_world_raid_nhc.sql
Large diffs are not rendered by default.
Oops, something went wrong.
2,080 changes: 2,080 additions & 0 deletions
2,080
sql/updates/world/master/2024_07_25_15_world_raid_lfr.sql
Large diffs are not rendered by default.
Oops, something went wrong.
2,163 changes: 2,163 additions & 0 deletions
2,163
sql/updates/world/master/2024_07_25_16_world_raid_hc.sql
Large diffs are not rendered by default.
Oops, something went wrong.
286 changes: 286 additions & 0 deletions
286
sql/updates/world/master/2024_07_25_17_world_raid_mythic_df.sql
Large diffs are not rendered by default.
Oops, something went wrong.
1,783 changes: 1,783 additions & 0 deletions
1,783
sql/updates/world/master/2024_07_25_18_world_raid_mythic.sql
Large diffs are not rendered by default.
Oops, something went wrong.