unified-db / Database

World of Warcraft 3.3.5a Content Database for CMaNGOS Wrath of the Lich King
Other
25 stars 19 forks source link

[Classic - WotLK] Warlock's Imp and Succubus have wrong class #231

Closed Darth-Postal closed 8 years ago

Darth-Postal commented 8 years ago

Warlock's Imp and Succubus have UnitClass = 1 (Warrior) and because of this, they can't use any abilities (abilities require Mana and they have Rage). All other Warlock Pets have UnitClass = 2 (Paladin) and work fine.

Suggested fix:

UPDATE creature_template SET UnitClass = 2 WHERE entry IN 
(416,    /* Imp */
1863);   /* Succubus */
Grz3s commented 8 years ago

thx :+1: