fix(Scripts/TrialOfChampion): fail and send custom spell error when trying to mount without lance equipped (#19932)

This commit is contained in:
Jelle Meeus
2024-12-12 06:54:40 +01:00
committed by GitHub
parent 9f37794f5c
commit 80e6a3a412
2 changed files with 22 additions and 24 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `conditions` SET `Comment` = 'Player must have aura Lance Equipped' WHERE (`SourceTypeOrReferenceId` = 16) AND (`SourceGroup` = 0) AND (`SourceEntry` IN (35644, 36588)) AND (`ConditionValue1` = 62853);