fix(DB/ArgentTournament): Stabled Campaign Warhorse missing error message (#19926)

* fix lance requirement error msg

* ;
This commit is contained in:
Jelle Meeus
2024-09-21 18:48:04 +02:00
committed by GitHub
parent 36a8653c83
commit 188b864d79
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `conditions` WHERE `SourceTypeorReferenceiD` = 18 and `SourceGroup` = 34125 AND `ConditionValue1` = 62853;
DELETE FROM `spell_script_names` WHERE `spell_id`=63215 AND `ScriptName`='spell_gen_summon_tournament_mount';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (63215, 'spell_gen_summon_tournament_mount');

View File

@@ -3273,6 +3273,7 @@ enum TournamentMountsSpells
62785 - Summon Tournament Kodo
62786 - Summon Tournament Hawkstrider
62787 - Summon Tournament Warhorse
63215 - Summon Campaign Charger
63663 - Summon Tournament Argent Charger
63791 - Summon Tournament Hawkstrider (Aspirant)
63792 - Summon Tournament Steed (Aspirant) */