fix(DB/Creature): apply 'Permanent Feign Death' to Citizen of New Avalon (#9499)

This commit is contained in:
Vox 2021-12-09 09:17:30 -07:00 committed by GitHub
parent ce03319cf2
commit c124b7deb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,10 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638644587511744300');
/* Apply 'Permanent Feign Death' aura to Citizen of New Avalon
*/
DELETE FROM `creature_addon` WHERE (`guid` IN (129727, 129769));
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(129727, 0, 0, 0, 0, 0, 0, '29266'),
(129769, 0, 0, 0, 0, 0, 0, '29266');