Skip to content

Instantly share code, notes, and snippets.

@ZuSe
Created April 8, 2012 09:33
Show Gist options
  • Save ZuSe/3af09c7d0e6e7a1595b5 to your computer and use it in GitHub Desktop.
Save ZuSe/3af09c7d0e6e7a1595b5 to your computer and use it in GitHub Desktop.
The Sacred and the Corrupt
-- SQL for MaNGOS @ Lumen-WoW.com
-- written by Danvinci (Dali) @ Lumen ServerTeam
-- Fix for NPC 's @ Quests - Unsealed Chest (Item 51316) the Chest of the Lich King (LK Try with Shadowmourne)
-- Fix for following Quests ( 24915-24919)
-- ################################################################################
-- Set the Rquirements ( RequiredMinRepFaction , RequiredMinRepValue, RewSpellCast)
-- ################################################################################
UPDATE quest_template SET RequiredMinRepFaction='0' WHERE entry='24545' AND title='The Sacred and the Corrupt';
UPDATE quest_template SET RequiredMinRepValue='0' WHERE entry='24545' AND title='The Sacred and the Corrupt';
UPDATE quest_template SET RewSpellCast='70366' WHERE entry='24545' AND title='The Sacred and the Corrupt';
-- END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment