From d8c1ccb67ada987618b5f2850c990ffb29023817 Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Sat, 7 Aug 2021 01:29:10 +0200 Subject: [PATCH] fix(DB/creature): Fix Arei on Ancient Spirit quest (#7198) --- .../updates/pending_db_world/rev_1627842189482644400.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1627842189482644400.sql diff --git a/data/sql/updates/pending_db_world/rev_1627842189482644400.sql b/data/sql/updates/pending_db_world/rev_1627842189482644400.sql new file mode 100644 index 000000000..58779efdd --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1627842189482644400.sql @@ -0,0 +1,9 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627842189482644400'); + +-- Walk to waypoint +UPDATE `smart_scripts` SET `action_param1` = 0 WHERE (`entryorguid` = 9598) AND (`source_type` = 0) AND (`id` IN (0)); +-- Make Arei (9598) fight on aggro +UPDATE `smart_scripts` SET `action_type` = 20, `target_type` = 2, `comment` = 'Arei - On Aggro - Start Attacking' WHERE (`entryorguid` = 9598) AND (`source_type` = 0) AND (`id` IN (2)); +-- Make Arei (9598) from darnassus and help us fight +UPDATE `creature_template` SET `faction` = 79 WHERE (`entry` = 9598); +