You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/actionhandlers.lua
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -933,7 +933,7 @@ actionhandlers.SpellParse = function (act)
933
933
ifabil_ID<256then
934
934
spell.data=get_weapon_skill[abil_ID] -- May have to correct for charmed pets some day, but I'm not sure there are any monsters with TP moves that give no message.
print(chat.header('SimpleLog') ..chat.error('Failed to load configuration file: ') ..chat.color1(2, shortFileName)..chat.error('\nSaving will be disabled.'));
print(chat.header('SimpleLog') ..chat.error('Failed to load filters profile: ') ..chat.color1(2, 'default_filters.lua')..chat.error('\nSaving will be disabled.'));
print(chat.header('SimpleLog') ..chat.error('Failed to load colors profile: ') ..chat.color1(2, shortFileName)..chat.error('\nSaving will be disabled.'));
0 commit comments