From d85d24f4a98c485bb1f371e54c08fd6cc2919524 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Sat, 13 Jul 2024 06:10:02 -0400 Subject: [PATCH] fix(DB/Creature): Update Hyjal boss swing timers. (#19394) Init. --- data/sql/updates/pending_db_world/hyjal-swing-timers.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/hyjal-swing-timers.sql diff --git a/data/sql/updates/pending_db_world/hyjal-swing-timers.sql b/data/sql/updates/pending_db_world/hyjal-swing-timers.sql new file mode 100644 index 000000000..4bde578c5 --- /dev/null +++ b/data/sql/updates/pending_db_world/hyjal-swing-timers.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `RangeAttackTime` = 1500 WHERE `entry` = 17968; +UPDATE `creature_template` SET `BaseAttackTime` = 2000 WHERE `entry` IN (17767, 17808, 17842, 17888);