Skip to content

Quest - Imprisoned in the Citadel - Can now be completed. #22231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/sql/updates/pending_db_world/rev_1748457096525796395.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
--
-- Changes "AllowableRaces" to only alliance races. Should stop this quest from being sharable to horde players.
-- Changes RequiredNpcOrGo1 from Captain Alina to the Shattered Hand Executioner
UPDATE `quest_template` SET `AllowableRaces` = 1101, `RequiredNpcOrGo1` = 17301 WHERE (`ID` = 9524);
-- And the same for the horde version of the quest. I didn't realize they shared the issue!
UPDATE `quest_template` SET `AllowableRaces` = 690, `RequiredNpcOrGo1` = 17301 WHERE (`ID` = 9525);
Loading