Mmko 3.3.4
It looks like some things didn't quite work properly in 3.3.3, so here are the fixes.
Mmko 3.3.3
The current state of the windows and minimap button position are now saved on logout and across instance boundaries.
Mmko 3.3.2
tags updated to make it match the current client version (3.2)
Mmko 3.3.1
update provided by dearthmaul... many thanks! he will be added to the maintainers on this project
Added hex
Minimap button is working
Communication between raid members is improved.
Mmko 3.2
Added seduce for locks
Added a pull button
May not be compatible
here's the way to get around it if you do not want to upgrade
In the next major release I will be changing the db so we don't have to do this...
In the localization.enus.lua file, anywhere after the line
MmkoLOC = {}
you can add the following line
MmkoLOC["seduce"] = "Seduce"
also
in the Mmko.lua
following the line
j["ind"] = MmkoLOC["ind"]
add the following line
j["seduce"] = MmkoLOC["seduce"]
easier to upgrade in my opinion
Mm