Skip to content

Scripts/WanderingIsle: Implement quest 29664 (The Challenger's Flames)#31785

Open
aquadeus wants to merge 3 commits intoTrinityCore:masterfrom
aquadeus:wandering_isle_quest_29664
Open

Scripts/WanderingIsle: Implement quest 29664 (The Challenger's Flames)#31785
aquadeus wants to merge 3 commits intoTrinityCore:masterfrom
aquadeus:wandering_isle_quest_29664

Conversation

@aquadeus
Copy link
Copy Markdown
Contributor

Changes proposed:

  • Implement quest 29664 (The Challenger's Flames)

Tests performed:

Tested in-game

Comment thread src/server/scripts/Pandaria/zone_the_wandering_isle.cpp
Comment on lines +28 to +30
DELETE FROM `quest_objectives_completion_effect` WHERE `ObjectiveID`=255751;
INSERT INTO `quest_objectives_completion_effect` (`ObjectiveID`, `GameEventID`, `SpellID`, `ConversationID`, `UpdatePhaseShift`, `UpdateZoneAuras`) VALUES
(255751, NULL, 108695, NULL, 0, 1);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be in a spell_area to remove/apply it correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants