Weapon Enchant / Fishing Lure trigger not update when equipment changes.
rakkarage opened this issue ยท 0 comments
Is there an existing issue for this?
- I have searched the existing open and closed issues.
Description
I have a new simple text wa with one trigger: [main hand weapon enchant missing]
Text goes away when i enchant the item.
Text does not go away when i change to an enchanted item.
Adding PLAYER_EQUIPMENT_CHANGED
in GenericTrigger.lua
to retail fixes this and makes text go away when enchant weapon OR change weapon.
if WeakAuras.IsRetail() then
tenchFrame:RegisterEvent("WEAPON_ENCHANT_CHANGED")
tenchFrame:RegisterEvent("PLAYER_EQUIPMENT_CHANGED");
Thanks.
WeakAuras Version
Weakauras 5.18.0
World of Warcraft Flavor
Retail (Default)
World of Warcraft Region
US/NA
Tested with only WeakAuras
I got this issue with only WeakAuras enabled
Lua Error
No response
Reproduction Steps
- new text wa: "enchant missing"
- add weapon enchant missing trigger
will go away if enchant weapon... will not go away if change to enchanted weapon (unless also /reload)
Last Good Version
No response
Screenshots
No response
Export String
!WA:2!1rvWoUTnq0y4dbqOOyJBXIG2EWnni9qbw0gGUnTxkw5kJnfETDK0gNEsMsCKetLizjPSxNB1OhY59EV4ZTxmq)bYxGGr)c8Nq(cYqjxeKGU6cNH6roZBEZWod7v2J2J(YVujQmfmoOMCz4Ohp2Zpruiu)Cx8t(vuMwwqwfcxzIsfQsIjsgzyLqeDfNuYsIm5kqNlkORuRMKMQbtNTeEsUqnvW4M4bEJd98L9V5BQ1RJ8OKkTruArCPKsmGpSa4M9KkCxIHLmJrn5UNHUksIHj46t91gIY44Y4mJtCkUOZDwBuSSmqPh)a1bZx(XY7uPHOmajkljixSCcF(U3XDVUzzGajJyj3h5hOD2yp2sGif85BOqCvAA4kjOo3B00HxoAN93kOKGHMNLl7z9jXAHk(CGuCHGcZ3RRIBOsaEy2vBJgCwqyuq4z(Hn3EBCFlSPkaH5hm1B0OxzbWmq5ymBMV16by1LWn51o7N1Kx99A3X1GjMRf8ATekkEmv7S)T5ttUe3gSDTlxW0AmTDRWYxSvEa1A7bS(ZJBzTRLBxxXpujD2Ik5ZR4OaSaEiHVsEhsJDy7)Tr5VUL8E3SExkOrkuEN)AS)auCsXtrTcLZ)8AcNzvAb)06pCy99D5co8kGOHaJc4zM8BVJwPAqezjRsdjcovV2IXkl1NwFcEqC57UD9JQ)(6Fanp693XnvWnYJgQyVO)tQiu8gj9dd3GcGpKzBS(KJRV)o0nMK8Rz4ecN6wii0HUA2lGJ9lRkmmhxSkNCC9zo(jfeT2AfBifOcAnxBdsac)3XInb7OEw74r3nQMyytxxdwEuxDyUr(GBUOvazKKvrPfcHkx(f3mqPcsy2Qzx5N()IQ1W3cMUb7ZaAZC1F8bhsZFPnB(SBPEoopYsx5oYBy4gJizrRmD3o)9)Cpgv(rHG20)DBbxVuOOZue56zhm2MQWoxu)WAC3x3(YWq7ww(hhmW3ZB8dRy0TprE(GNM)Bjd)PZJrrnLL5Sdh9r4tKnd7nDE)hFK39qV77LaF(pUTLgdAEfRtNoD3yBryhUcgVL)ONZ1AOiT9vk3jHHtUONo(Bp5BE0jFDVf)7ZEZp
Bisector Report
No response