mirror of
https://github.com/yogo1212/healbot-classic.git
synced 2025-11-28 23:48:06 +00:00
parse german floating point numbers correctly
This commit is contained in:
parent
680d43615e
commit
6c78b68015
@ -1225,6 +1225,8 @@ function HealBot_InitGetSpellData(spell, id, class)
|
||||
HB_cast = 0;
|
||||
elseif ( tmpText ) then
|
||||
tmpTest,tmpTest,HB_cast = string.find(line, HB_TOOLTIP_CAST_TIME );
|
||||
-- Germans separate using comma
|
||||
HB_cast = string.gsub(HB_cast, ",", ".")
|
||||
end
|
||||
else
|
||||
HealBot_Report_Error( "================================" );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user