From 948bd0a24898e2fe2d17faeb7ce852343b0397ac Mon Sep 17 00:00:00 2001 From: Stifler82 Date: Thu, 11 Mar 2021 13:59:04 +0000 Subject: [PATCH] fix(DB/CreatureSAI): Gnarlpine Mystic (#4760) --- .../updates/pending_db_world/rev_1615210246361880600.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1615210246361880600.sql diff --git a/data/sql/updates/pending_db_world/rev_1615210246361880600.sql b/data/sql/updates/pending_db_world/rev_1615210246361880600.sql new file mode 100644 index 000000000..d2568ebb9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1615210246361880600.sql @@ -0,0 +1,7 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615210246361880600'); + +UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 7235; + +DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 7235); +INSERT INTO `smart_scripts` VALUES +(7235, 0, 0, 0, 0, 0, 100, 0, 2000, 2000, 5000, 5000, 0, 11, 5177, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnarlpine Mystic - In Combat - Cast \'Wrath\'');