fix(DB/GameObject/SAI): Bubbling Fissure (#4717)

This commit is contained in:
Stifler82 2021-03-07 12:13:13 +00:00 committed by GitHub
parent 53d7341645
commit 11cba85752
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 ('1614914535237106700');
UPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE `entry` = 3737;
DELETE FROM `smart_scripts` WHERE (`source_type` = 1 AND `entryorguid` = 3737);
INSERT INTO `smart_scripts` VALUES
(3737, 1, 0, 0, 60, 0, 100, 0, 500, 500, 3500, 3500, 0, 75, 17775, 0, 0, 0, 0, 0, 18, 10, 0, 0, 0, 0, 0, 0, 0, 'Bubbling Fissure - On Update - Add Aura \'Air Bubbles\'');