From 2267103331294102f11e26ed367a8dbbd6d9f090 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Wed, 7 Jun 2023 01:06:16 -0300 Subject: [PATCH] Update rev_1686100430153174900.sql --- data/sql/updates/pending_db_world/rev_1686100430153174900.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/sql/updates/pending_db_world/rev_1686100430153174900.sql b/data/sql/updates/pending_db_world/rev_1686100430153174900.sql index 9cec90477b..5cd6b5ae02 100644 --- a/data/sql/updates/pending_db_world/rev_1686100430153174900.sql +++ b/data/sql/updates/pending_db_world/rev_1686100430153174900.sql @@ -20,3 +20,6 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry (13, 3, 40240, 0, 0, 31, 0, 3, 23035, 0, 0, 0, 0, '', 'Spite of the Eagle (40240) only targets Anzu (23035)'), (13, 1, 40237, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Protection of the Hawk (40237) only targets Players'), (13, 1, 40241, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Speed of the Falcon (40241) only targets Players'); + +-- Hack: Add PLAYER_CONTROLLED to allow for players to heal them. Flag 64 is sniffed, though +UPDATE `creature_template` SET `unit_flags` = `unit_flags`|64|8 WHERE (`entry` IN (23134, 23135, 23136));