mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 03:53:03 -04:00
Closes issue #1278 Closes issue #2505 Finally I make some time to review & push this change. Thanks for the patience --HG-- branch : trunk
6 lines
209 B
SQL
6 lines
209 B
SQL
-- Limit Flame Tsunami buff to Lava Blazes only
|
|
DELETE FROM spell_script_target WHERE entry = 60430;
|
|
INSERT INTO spell_script_target (entry, type, targetEntry) VALUES
|
|
(60430, 1, 30643),
|
|
(60430, 1, 31317);
|