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:
Necropola
2021-06-25 09:29:52 +02:00
committed by GitHub
parent edf3df5cbf
commit 118227a20f

View File

@@ -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;