What's new

Worgen Two Forms Shape Shift Broken

nicalicious

Verified Member
14
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

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

Therottenprince

Gold Supporter
MoP Premium
8
2024
2
Location
Berlin
When I click on two form spell that I´ve acquired it tells me " I cannot perform it right now" How can I make it work?
 

AKRPK

MoP Premium
Verified Member
24
2021
4
I get a message saying "You Cannot Transform right Now" I managed to learn the "Two Forms" ability but I seem to be stuck in a some sort of state, which won't allow me to transform.
 
Top