mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
fix(DB/Creature): remove spell Trash from Mosh'Ogg Brute (#7231)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user