Skip to content

Commit

Permalink
Update [4673] Resolve DBErrors related to aura passives with cast time
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed Nov 30, 2024
1 parent fd61341 commit 01a9eb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Updates/4673_TDB-aura_diff.sql
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ UPDATE `creature_template_addon` SET `auras` = '8247' WHERE `entry` = 4248;
UPDATE `creature_template_addon` SET `auras` = '' WHERE `entry` = 4329; -- 18968 tbc+ 2602 classic
UPDATE `creature_template_addon` SET `auras` = '' WHERE `entry` = 4331; -- 18968 tbc+ 2602 classic
UPDATE `creature_template_addon` SET `auras` = '' WHERE `entry` = 4334; -- 18968 tbc+ 2602 classic
REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath_state`, `emote`, `moveflags`, `auras`) VALUES (4329, 0, 0, 1, 0, 0, '2602'); -- 18968 tbc+ 2602 classic
REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath_state`, `emote`, `moveflags`, `auras`) VALUES (4331, 0, 0, 1, 0, 0, '2602'); -- 18968 tbc+ 2602 classic
REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath_state`, `emote`, `moveflags`, `auras`) VALUES (4334, 0, 0, 1, 0, 0, '2602'); -- 18968 tbc+ 2602 classic
-- REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath_state`, `emote`, `moveflags`, `auras`) VALUES (4329, 0, 0, 1, 0, 0, '2602'); -- 18968 tbc+ 2602 classic
-- REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath_state`, `emote`, `moveflags`, `auras`) VALUES (4331, 0, 0, 1, 0, 0, '2602'); -- 18968 tbc+ 2602 classic
-- REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath_state`, `emote`, `moveflags`, `auras`) VALUES (4334, 0, 0, 1, 0, 0, '2602'); -- 18968 tbc+ 2602 classic
UPDATE `creature_template_addon` SET `auras` = '' WHERE `entry` = 4347; -- 744 manually casted, not s.3616
UPDATE `creature_template_addon` SET `auras` = '9463' WHERE `entry` = 4358;
REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath_state`, `emote`, `moveflags`, `auras`) VALUES (4358, 0, 0, 1, 0, 0, '9463');
Expand Down Expand Up @@ -160,7 +160,7 @@ UPDATE `creature_template_addon` SET `auras` = '9036 10848' WHERE `entry` = 6491
REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath_state`, `emote`, `moveflags`, `auras`) VALUES (6491, 0, 0, 0, 0, 0, '9036 10848');
-- Creature (Entry: 6492) has spell 9095 defined in `auras` field in `creature_template_addon, but spell has cast time. Use it in AI instead.
UPDATE `creature_template_addon` SET `auras` = '9093' WHERE `entry` = 6492; -- s.9095 new missing
REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath_state`, `emote`, `moveflags`, `auras`) VALUES (6492, 0, 0, 0, 0, 0, '9093 9095');
-- REPLACE INTO `creature_template_addon` (`entry`, `mount`, `stand_state`, `sheath_state`, `emote`, `moveflags`, `auras`) VALUES (6492, 0, 0, 0, 0, 0, '9093 9095');
UPDATE `creature_template_addon` SET `auras` = '14133' WHERE `entry` = 6556;
UPDATE `creature_template_addon` SET `auras` = '' WHERE `entry` = 7028; -- some some s.8734 others s.12380
UPDATE `creature` SET `MovementType` = 2 WHERE `guid` IN (3278,3279,3277,3276,3275);
Expand Down

0 comments on commit 01a9eb3

Please sign in to comment.