Skip to content

Commit

Permalink
fix: Death Knight chest typo (azerothcore#70)
Browse files Browse the repository at this point in the history
* Fix Death Knight chest typo
* Update loader for rank 14 gear
  • Loading branch information
fischerlol authored Aug 4, 2022
1 parent 4b96c6c commit 036f4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@

void AddBracket_60_3_A_Scripts()
{
if (!(sConfigMgr->GetOption<int>("ProgressionSystem.Brackets", 0) & PROGRESSION_BRACKET_60_TIER_3_A_ZUL_GURUB))
return;
return;
}
2 changes: 1 addition & 1 deletion modules/mod-retroporting/sql/world/zaxle_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ VALUES
-- Bloodthirsty Gladiator's Dreadplate Set
(@zaxle_entry_id, @gear_base+42, @slot_head),
(@zaxle_entry_id, @gear_base+43, @slot_shoulders),
(@zaxle_entry_id, @gear_base+34, @slot_chest),
(@zaxle_entry_id, @gear_base+44, @slot_chest),
(@zaxle_entry_id, @gear_base+45, @slot_wrist),
(@zaxle_entry_id, @gear_base+46, @slot_hands),
(@zaxle_entry_id, @gear_base+47, @slot_waist),
Expand Down

0 comments on commit 036f4f2

Please sign in to comment.