azerothcore / Keira3

Cross-platform Database Editor for AzerothCore

Home Page:https://www.azerothcore.org/Keira3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Item Editing StatType2 is wrong for mana

StraysFromPath opened this issue · comments

It lists value 0 as mana, 1 as health, and 2 does not exist.

In reality value 0 is blank, 1 is health, I think 2 might be mana?

I think you're right, the stat type 0 should be "blank/null" and mana should be 2, but I can't find any item in item_template with stat_type* = 2, so it's probably unused.

By the way, I fixed this on #2761

And I reported it in AoWoW Sarjuuk/aowow#389, hope they can give us a second opinion.

EDIT: I made several checks, and I checked how azerothcore-wotlk interprets this value, mana is definitely 0 but Keira3 did not show it if you set a value there, I am doing a fix in #2761 about it