From d7cc3c65ac3855f2b3eb3f9aa938e1f87867a155 Mon Sep 17 00:00:00 2001 From: Gultask Date: Tue, 6 Jun 2023 22:13:57 -0300 Subject: [PATCH] Create rev_1686100430153174900.sql --- .../pending_db_world/rev_1686100430153174900.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1686100430153174900.sql diff --git a/data/sql/updates/pending_db_world/rev_1686100430153174900.sql b/data/sql/updates/pending_db_world/rev_1686100430153174900.sql new file mode 100644 index 0000000000..06e1d0b921 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1686100430153174900.sql @@ -0,0 +1,16 @@ +-- +UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_anzu_spirit' WHERE (`entry` IN (23134, 23135, 23136)); + +DELETE FROM `creature_template_addon` WHERE (`entry` IN (23134, 23135, 23136)); +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(23134, '40250'), +(23135, '40250'), +(23136, '40250'); + +DELETE FROM `smart_scripts` WHERE (`entryorguid` = 23136) AND (`source_type` = 0); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (23134, 23135, 23136); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(23134, 0, 0, '%s returns to stone.', 16, 0, 100, 0, 0, 0, 20980, 0, 'Hawk Spirit'), +(23135, 0, 0, '%s returns to stone.', 16, 0, 100, 0, 0, 0, 20980, 0, 'Falcon Spirit'), +(23136, 0, 0, '%s returns to stone.', 16, 0, 100, 0, 0, 0, 20980, 0, 'Eagle Spirit');