fix(DB/CreatureSAI): Gnarlpine Mystic (#4760)

This commit is contained in:
Stifler82 2021-03-11 13:59:04 +00:00 committed by GitHub
parent 57c32ec47e
commit 948bd0a248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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\'');