Skip to content

Commit

Permalink
Merge pull request #4234 from huchang47/Add_Potions
Browse files Browse the repository at this point in the history
Add Algari Healing Potion and Cavedweller's Delight
  • Loading branch information
Hekili authored Dec 23, 2024
2 parents dbace89 + 670ed89 commit ef9b9fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Classes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2388,6 +2388,14 @@ do
{
name = "elemental_potion_of_power",
items = { 191907, 191906, 191905, 191389, 191388, 191387 }
},
{
name = "algari_healing_potion",
items = { 211878, 211879, 211880 }
},
{
name = "cavedwellers_delight",
items = { 212242, 212243, 212244 }
}
}

Expand Down

0 comments on commit ef9b9fe

Please sign in to comment.