fix(DB/GameObject): Bubbling Fissure (#5150)

This commit is contained in:
Stifler82 2021-04-11 11:04:37 +01:00 committed by GitHub
parent 81e1860a54
commit d8f1437d97
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 ('1617620649041950300');
UPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE `entry` = 3740;
DELETE FROM `smart_scripts` WHERE (`source_type` = 1 AND `entryorguid` = 3740);
INSERT INTO `smart_scripts` VALUES
(3740, 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\'');