-- "The Last of Her Kind" and "The Slithering Darkness" cannot be accepted before completing "Making An Harness"
UPDATE `quest_template` SET `PrevQuestId` = '12900' WHERE `entry` =12983;
UPDATE `quest_template` SET `PrevQuestId` = '12900' WHERE `entry` =12989;[/sql]
[CODE]-- “The Last of Her Kind” and “The Slithering Darkness” cannot be accepted before completing “Making An Harness”
UPDATE quest_template
SET PrevQuestId
=12900 WHERE entry
=12983;
UPDATE quest_template
SET PrevQuestId
=12900 WHERE entry
=12989;[/sql]
Please test your code before posting.
[/CODE]
What’s wrong? ‘12900’ and 12900 isn’t the same in this case?
— Canned message start —
This thread does not belong in this section in its current form, and should be reposted in the tracker.
Please read this thread to make your future help requests more effective.
— Canned message end —
You had ’ before the table name instead of ` but I see you fixed it after.