mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Quest: Fix problem with not-available 'A Smokywood Pastures' Thank You!' (horde)
This commit is contained in:
3
sql/updates/world/3.3.5/2021_12_23_01_world.sql
Normal file
3
sql/updates/world/3.3.5/2021_12_23_01_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` = 6983;
|
||||
UPDATE `quest_template` SET `AllowableRaces`=690 WHERE `ID` IN (6983,6984);
|
||||
Reference in New Issue
Block a user