mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(DB/SAI): Remove Claw (cat ability and sound) from Non-Cat creatures (#6407)
Closes #6405 Closes https://github.com/chromiecraft/chromiecraft/issues/887
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623943488444083198');
|
||||
|
||||
-- Remove Claw (cat ability and sound) from SmartAI for Non-Cat creatures:
|
||||
-- Mottled Raptor (1020), Highland Strider (2559), Young Mesa Buzzard (2578)
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1020, 2559, 2578) AND `id`=0;
|
||||
Reference in New Issue
Block a user