Skip to content

Commit 7524d6c

Browse files
authored
fix(query): add missing identifier (#38)
1 parent f2b8478 commit 7524d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/sql/db-world/zone_difficulty_mythicmode_ai_cavernsoftime.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SET @TARGET_HOSTILE_RANDOM_NOT_TOP = 6; -- Just any random player on our thr
1010
SET @TARGET_PLAYER_DISTANCE = 18; -- All players in range. TargetArg = max/min range.
1111
-- ************************************************************************
1212

13-
DELETE FROM `zone_difficulty_mythicmode_ai` WHERE CreatureEntry IN (21136, 21137, 21138, 21139, 17879, 17881, 18701);
13+
DELETE FROM `zone_difficulty_mythicmode_ai` WHERE CreatureEntry IN (21136, 21137, 21138, 21139, 17879, 17881, 18701, 21818);
1414
INSERT INTO `zone_difficulty_mythicmode_ai` (`CreatureEntry`, `Chance`, `Spell`, `Spellbp0`, `Spellbp1`, `Spellbp2`, `Target`, `TargetArg`, `TargetArg2`, `Delay`, `Cooldown`, `Repetitions`, `Enabled`, `TriggeredCast`, `Comment`) VALUES
1515
-- Black Morrass Trash
1616
(21136, 30, 43242, 0, 0, 0, @TARGET_SELF, 0, 0, 2000, 0, 1, 1, 1, 'Infinite Chronomancer, Black Morrass. Haste (Movement and cast) on self after 2 seconds once. 30% Chance.'),

0 commit comments

Comments
 (0)