Skip to content

Commit

Permalink
Update trust.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiyoKozuki committed Nov 6, 2024
1 parent ebd983d commit b251a84
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/globals/trust.lua
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,12 @@ tpz.trust.dumpMessagePages = function(mob)
end
end

tpz.trust.onTrigger = function(player, npc)
end

tpz.trust.onTrade = function(player, npc)
end

function AddRefreshGear(mob)
local mobLevel = mob:getMainLvl()
local master = mob:getMaster()
Expand Down Expand Up @@ -929,8 +935,6 @@ function GetTypeByJob(mob)
return mobType
end



function AddElementalStaves(mob, tier)
local dmgMods = {
tpz.mod.FIRE_AFFINITY_DMG,
Expand Down

0 comments on commit b251a84

Please sign in to comment.