mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 09:00:58 -04:00
Merge pull request #813 from cfcohen/master
Correct tooltip for Magicka in stats window.
This commit is contained in:
commit
ea79ebc588
@ -159,7 +159,7 @@ namespace MWGui
|
|||||||
else if (id == "MBar")
|
else if (id == "MBar")
|
||||||
{
|
{
|
||||||
getWidget(w, "Magicka");
|
getWidget(w, "Magicka");
|
||||||
w->setUserString("Caption_HealthDescription", "#{sIntDesc}\n" + valStr);
|
w->setUserString("Caption_HealthDescription", "#{sMagDesc}\n" + valStr);
|
||||||
}
|
}
|
||||||
else if (id == "FBar")
|
else if (id == "FBar")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user