Skip to content

Commit

Permalink
activation of player created potion
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed May 1, 2023
1 parent dbdc934 commit 7236503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy/base/alchemy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ M.playerInventedPotionList = {
{id = 561, creator = "Amanda Brightrim", index = 1},
{id = 319, creator = "Amanda Brightrim", index = 2},
{id = 700, creator = "Yridia Anar", index = 3},
{id = 562, creator = "Yet to be invented", index = 4}
{id = 562, creator = "Yridia Anar", index = 4}
}

function M.logConsumption(user, potion)
Expand Down

0 comments on commit 7236503

Please sign in to comment.