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';
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';