mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Fix mount condition for Stabled Argent Warhorse
This commit is contained in:
3
sql/updates/world/3.3.5/2018_01_06_01_world.sql
Normal file
3
sql/updates/world/3.3.5/2018_01_06_01_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Stabled Argent Warhorse
|
||||
DELETE FROM `conditions` WHERE `SourceGroup`=33870 AND `SourceTypeOrReferenceId`=18 AND SourceEntry=63663;
|
||||
INSERT INTO `conditions` VALUES (18,33870,63663,0,0,9,0,13664,0,0,0,0,0,'','Spellclick requires quest 13664 active');
|
||||
Reference in New Issue
Block a user