mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Merge branch 'master' of github.com:TrinityCore/TrinityCore
This commit is contained in:
3
sql/updates/world/2011_03_26_3_world_quest_template.sql
Normal file
3
sql/updates/world/2011_03_26_3_world_quest_template.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Set Correct Requirements for quest: Once More Unto The Breach, Hero (13104/13105)
|
||||
UPDATE `quest_template` SET `SkillOrClassMask`=-32 WHERE `entry`= 13105; -- Death Knight only
|
||||
UPDATE `quest_template` SET `SkillOrClassMask`=-1503 WHERE `entry`= 13105; -- Other Classes
|
||||
Reference in New Issue
Block a user