fix(DB/Item): Feathermoon Headdress has the wrong stats (#19814)
* fix(DB/Item): Feathermoon Headdress has the wrong stats * ITEM_MOD_SPELL_DAMAGE_DONE deprecated check removed
This commit is contained in:
parent
be4b0f536e
commit
9ae19e5429
2 changed files with 9 additions and 1 deletions
|
|
@ -2989,7 +2989,6 @@ void ObjectMgr::LoadItemTemplates()
|
|||
switch (itemTemplate.ItemStat[j].ItemStatType)
|
||||
{
|
||||
case ITEM_MOD_SPELL_HEALING_DONE:
|
||||
case ITEM_MOD_SPELL_DAMAGE_DONE:
|
||||
LOG_ERROR("sql.sql", "Item (Entry: {}) has deprecated stat_type{} ({})", entry, j + 1, itemTemplate.ItemStat[j].ItemStatType);
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue