17,101
edits
No edit summary |
(Add Madness abyssal spell text override) |
||
Line 921: | Line 921: | ||
local txtOverrides = { | local txtOverrides = { | ||
['Spider2'] = 'Brown Spider', | ['Spider2'] = 'Brown Spider', | ||
['Earth Golem (AoD)'] = 'Earth Golem' | ['Earth Golem (AoD)'] = 'Earth Golem', | ||
['Madness (ItA)'] = 'Madness' | |||
} | } | ||
function p.txtOverrides() return txtOverrides end | function p.txtOverrides() return txtOverrides end |