ProjectSkyfire / SkyFire.406a

SkyFireEMU is a full featured F/OSS World of Warcraft: Cataclysm emulator written in C++. || Compatible with World of Warcraft client 4.0.6a (Build:13623) || Public DB is located on forum
http://www.projectskyfire.org
GNU General Public License v3.0
343 stars 218 forks source link

[Minion] Base HP - Imp #914

Closed Zedash closed 11 years ago

Zedash commented 11 years ago

Hi everyone,

I just noticed that the basic statistics of Imp was wrong.

// What is, Base HP = 166; Base Mana = 154;

Damage = 43-47; Range Damage = 0; Firebolt Damage = 3;

Armor 76;

// and What should be, Base HP = 40; Base Mana = 120;

Damage = 3 - 4; Range Damage = 0; Firebolt Damage = 7;

Armor 5;

Waiting for an answer, thank you.

SkyFire commented 11 years ago

Thanks for pointing that out. The imp values are still at 3.3.5 levels. Will address this shortly.

Zedash commented 11 years ago

No problem, just as an indication, where are the statistics of summoners? If ever I can help.

Sorry for my english.