fix(DB/Creature): Various Crocolisk NPCs Using pet ability (#17466)

fix(DB/Creature): Various Crocolisk NPCs Using pet abilitiy
This commit is contained in:
avarishd 2023-10-11 11:18:41 +03:00 committed by GitHub
parent dcc8bf2f5f
commit 52a2e76c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
-- Bad Attitude
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (1082,1084,1400,1417);
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN (1082,1084,1400,1417);