Skip to content

Commit

Permalink
Update roe.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Anderson committed Jul 18, 2021
1 parent d283225 commit 383f893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/roe/roe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ local function accept_roe(id)
id = tonumber(id)

if not id or _roe.complete[id] or _roe.active[id] then return end
if id and id >= 4008 and id <= 4021 then return end

local p = packets.new('outgoing', 0x10c, {['RoE Quest'] = id })
local p = packets.new('outgoing', 0x10c, {['RoE Quest'] = id })
packets.inject(p)
end

Expand Down

0 comments on commit 383f893

Please sign in to comment.