mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
83c037a338
--HG-- branch : trunk
6 lines
316 B
SQL
6 lines
316 B
SQL
-- Limit Flame Tsunami buff to Lava Blazes only
|
|
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=60430;
|
|
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`) VALUES
|
|
(13,60430,18,1,30643),
|
|
(13,60430,18,1,31317);
|