fix(DB/Conditions): Do not allow players to spellclick Goblin Sappers (#24160)
This commit is contained in:
parent
cbf9459bbb
commit
cdaf8655c9
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 18 AND `SourceGroup` IN (29433, 29555) AND `SourceEntry` = 47020;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(18, 29433, 47020, 0, 0, 31, 0, 3, 0, 0, 0, 0, 0, '', 'Only Backpacks can mount Goblin Sappers'),
|
||||
(18, 29555, 47020, 0, 0, 31, 0, 3, 0, 0, 0, 0, 0, '', 'Only Backpacks can mount Goblin Sappers');
|
||||
Loading…
Add table
Add a link
Reference in a new issue