CoronaCore / Issues

This repository is used as a centralized point for all issues regarding CoronaCore.
http://coronacore.org/
3 stars 4 forks source link

Pet Mana error #172

Closed q67732896 closed 10 years ago

q67732896 commented 10 years ago

The first summon pets, pets have mana The second summon pet, it becomes a rage Warlock, Mage, there is this error

1 2

Salja commented 10 years ago

Thanks

Mibu86 commented 10 years ago

lol

Salja commented 10 years ago

Lol what ? Tell use xD :-)

q67732896 commented 10 years ago

I found a solution creature_template Entry:416 UnitClass:1 Modify:Entry:416 UnitClass:2 Pet Mana normal

Salja commented 10 years ago

Yes sice the new stats system a lot of unitclasses are worng

Salja commented 10 years ago

Update creature_template set UnitClass=2 where entry =416;

a6607890 commented 10 years ago

thx a lot

------------------ 原始邮件 ------------------ 发件人: "q67732896";notifications@github.com; 发送时间: 2014年8月10日(星期天) 下午2:39 收件人: "CoronaCore/Issues"Issues@noreply.github.com;

主题: Re: [Issues] Pet Mana error (#172)

I found a solution creature_template Entry:416 UnitClass:1 Modify:Entry:416 UnitClass:2 Pet Mana normal

— Reply to this email directly or view it on GitHub.

Salja commented 10 years ago

Will be fix in next push wehn im done with my other things, thanks for reporting

Salja commented 10 years ago

I check it the right UnitClass for this NPC is 8

UPDATE creature_template SEt UnitClass = 8 WHERE entry = 416;

I have worked on all UnitClass what make Error on StartUp pls test it and give me feedback only 1 npc have startup error now http://pastebin.com/diL6P4Fq

q67732896 commented 10 years ago

THX

Salja commented 10 years ago

My database server is atm offline to dump my db i will add in main db in next few days

Salja commented 10 years ago

Have someone tested ?

Salja commented 10 years ago

Pushed