From 6d2bc9a17617a15852e7a5fdccb67098865e986c Mon Sep 17 00:00:00 2001 From: AnonXS Date: Sat, 26 Aug 2023 15:41:56 +0200 Subject: [PATCH] Correct Fireball Spell used by Defias Pillager 589 - classic only --- Updates/4475_defias_pillager_589_fireball.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Updates/4475_defias_pillager_589_fireball.sql diff --git a/Updates/4475_defias_pillager_589_fireball.sql b/Updates/4475_defias_pillager_589_fireball.sql new file mode 100644 index 000000000..21e215477 --- /dev/null +++ b/Updates/4475_defias_pillager_589_fireball.sql @@ -0,0 +1,4 @@ +-- Classic Only! +-- Correct Fireball Spell used by Defias Pillager in classic (84 to 113 , Bonus Coeff: 1.00) +UPDATE `creature_spell_list` SET `SpellId` = 19816 WHERE `Id` = 58901 AND `Comments` LIKE '%Fireball%'; -- 20793 (74 to 99 , Bonus Coeff: 1.00) +