Skip to content

Commit

Permalink
[0037] Lieutenant Drake should cast Exploding Shot on Current
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed Jun 24, 2023
1 parent b8f1c5d commit 21c2c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Updates/0037_ohf_lieutenant_drake.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ INSERT INTO creature_spell_list(Id, Position, SpellId, Flags, CombatCondition, T
('1784801', '1', '31909', '0', '-1', '0', '0', '100', '2', '12300','14500','18100','22900', 'Lieutenant Drake - Whirlwind'),
('1784801', '2', '31911', '0', '-1', '1', '0', '100', '1', '7400','11900','14900','24800', 'Lieutenant Drake - Mortal Strike on Current'),
('1784801', '3', '9080', '0', '-1', '100', '0', '100', '1', '6100','7200','6100','22900', 'Lieutenant Drake - Hamstring on Current'),
('1784801', '4', '33792', '0', '-1', '101', '0', '100', '4', '20500','24100','12100','26600', 'Lieutenant Drake - Exploding Shot on Random Player non tank');
('1784801', '4', '33792', '0', '-1', '1', '0', '100', '4', '20500','24100','12100','26600', 'Lieutenant Drake - Exploding Shot on Current');
INSERT INTO creature_spell_list(Id, Position, SpellId, Flags, CombatCondition, TargetId, ScriptId, Availability, Probability, InitialMin, InitialMax, RepeatMin, RepeatMax, Comments) VALUES
('2053501', '0', '33789', '0', '-1', '1', '0', '100', '4','18500','22500','25000','35000', 'Lieutenant Drake - Frightening Shout on Current'),
('2053501', '1', '31909', '0', '-1', '0', '0', '100', '2', '12300','14500','18100','22900', 'Lieutenant Drake - Whirlwind'),
('2053501', '2', '31911', '0', '-1', '1', '0', '100', '1', '7400','11900','14900','24800', 'Lieutenant Drake - Mortal Strike on Current'),
('2053501', '3', '9080', '0', '-1', '100', '0', '100', '1', '6100','7200','6100','22900', 'Lieutenant Drake - Hamstring on Current'),
('2053501', '4', '33792', '0', '-1', '101', '0', '100', '4', '20500','24100','12100','26600', 'Lieutenant Drake - Exploding Shot on Random Player non tank');
('2053501', '4', '33792', '0', '-1', '1', '0', '100', '4', '20500','24100','12100','26600', 'Lieutenant Drake - Exploding Shot on Current');


0 comments on commit 21c2c7e

Please sign in to comment.