mangos / MaNGOS

This is the master Information repository for MaNGOS
http://getmangos.eu
3.02k stars 1.36k forks source link

Worgen transform #100

Closed KiriX closed 11 years ago

KiriX commented 12 years ago

Worgens should not transform to wolf at login into combat while reach some level or end one special quest. I don't remember that is a quest or which level is needed...

Zakamurite commented 12 years ago

http://www.wowhead.com/spell=94293 existence should be taken into account

KiriX commented 12 years ago

@Zakamurite or sould be done quest which reward this spell to player =)

Zamara commented 11 years ago

This is a db issue, not core.

-- stops players starting with worgen form and returns it to a quest reward DELETE from playercreateinfo_spell WHERE spell = 94293; UPDATE quest_template SET RewSpellCast=94293 WHERE entry=14222;

FailZorD commented 11 years ago

Fixed on: https://github.com/mangos/database/commit/03b8e24548b1d79fbc298a9a7fa20516f9a672a0