Skip to content

Commit

Permalink
Merge branch 'feat/soulpit' of https://github.com/opentibiabr/canary
Browse files Browse the repository at this point in the history
…into feat/soulpit
  • Loading branch information
phacUFPE committed Dec 3, 2024
2 parents b67867b + 21b6a08 commit 2c68216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-otservbr-global/lib/others/soulpit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SoulPit = {
[1] = {
stacks = {
[1] = 6,
[40] = 1
[40] = 1,
},
},
[2] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function callback.monsterOnDropLoot(monster, corpse)
lootTable = {
[soulCoreId] = {
count = 1,
}
},
}
else
return {}
Expand Down

0 comments on commit 2c68216

Please sign in to comment.