mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Creature): apply 'Permanent Feign Death' to Citizen of New Avalon (#9499)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user