Worgen Two Forms Shape Shift Broken

nicalicious

MoP Premium
Verified Member
12
2023
2
If you are stuck as a Worgen wolf form here is the fix the DB.

SELECT * FROM mop_world.quest_template where id='14078';
update quest_template set rewardspell ='72857', rewartdspellcast='72857' where id='14078';

That will fix the "Lockdown!" quest.
You can set it as whatever quest you want. If you want the two forms to be learned right away. This will learn it on the very first quest.
SELECT * FROM mop_world.quest_template where id='14375';
update quest_template set rewardspell ='72857', rewartdspellcast='72857' where id='14375';
 
  • Like
Reactions: ExO

tux38260

MoP Premium
Verified Member
22
2021
3
Hello nicalicious, your fix don't work for me :(
have you another fix who can work ?
 
Top