Skip to content

Commit

Permalink
Empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Solybum committed May 16, 2017
1 parent a2e39c2 commit 170f610
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Character Reader/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ local formatPrintWeapon = function(itemIndex, name, data, equipped, floor)
-- SRANK
if (data[2] > 0x6F and data[2] < 0x89) or (data[2] > 0xA4 and data[2] < 0xAA) then
local srankName = unitxt.GetSRankName(data)

local srankTitle = "S-RANK "
name = name .. " "

Expand Down

0 comments on commit 170f610

Please sign in to comment.