fix(DB/Creature): remove spell Trash from Mosh'Ogg Brute (#7231)

This commit is contained in:
Asthalor
2021-08-09 18:24:33 +02:00
committed by GitHub
parent df24842f73
commit 650b8f175c

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628101702822210800');
-- Removed script where Mosh'Ogg Brute (1142) used Trash. Because it was the only entry it was changed to AggressorAI
UPDATE `creature_template` SET `AIName` = '' WHERE (`entry` = 1142);
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 1142) AND (`source_type` = 0) AND (`id` IN (0));