Skip to content

Commit

Permalink
DB: Remove more wrong auras from creature_addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Killyana committed Dec 25, 2019
1 parent dbfdcd6 commit c62ee2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sql/updates/world/3.3.5/2019_12_25_02_world.sql
@@ -0,0 +1,7 @@
--
UPDATE `creature_addon` SET `auras`="" WHERE `guid` IN (45845, 45846, 45847, 45848, 45849, 45852, 45853, 45854, 45855, 45856, 45862, 45863, 45864, 45865, 45866, 45869, 45870, 45871, 45872, 45874, 45875, 45876, 45877, 45878, 45879, 45880, 45881, 45882, 45883, 45884, 47634, 47641, 47643, 47644, 47645, 47649, 47650, 47652, 47653, 47676, 47677, 47678, 47679, 47680, 47681, 47682, 47683, 47684, 47685, 47686, 47687, 47688, 47689, 47690, 47691, 47692, 47693, 47694, 47695, 47696, 47697, 47698, 47699, 47700, 47701, 47702, 34157, 38711, 47601, 43587, 32101, 2685, 2686, 527, 528, 626, 628, 762, 1093, 2241, 2316, 2321, 89285, 89303, 31125, 31126, 31338, 31339, 31364, 31365, 31369, 31458, 31459, 31487, 31488, 31492, 31493, 31521, 31522, 31523, 31525, 31542, 31606, 31615, 31616, 31618, 31620, 31621, 31623, 31625, 31626, 31627, 31628, 31729, 31731, 33685, 33762, 33904, 34008, 34012, 34016, 34018, 30707, 31568, 31269, 31275, 30232,30234,30236,30323,30207, 30388, 40011, 40007, 26302, 26296, 26295, 26293, 26170, 25736, 25735, 78218, 77495, 77497, 77498, 75794, 75796, 75797, 75800, 75234, 75259, 75289, 75295, 75201, 75202, 75204, 75205, 75206, 75208, 75212, 75214, 74458, 74460, 74461, 74462, 74463, 74466, 74467, 74468,73902,73903,73905,72974,71283,71285,71287,71289,71290,71150,71370,71105, 71108, 71116, 71118, 71120, 71122, 71124, 67527,66819,66897,67190,67194,67195,67196,67199,67200,67201,67205,67211,67349, 67351, 67353, 67354, 67355, 67363, 67364, 67369);
UPDATE `smart_scripts` SET `event_param1`=19514 WHERE `entryorguid` IN (20673) AND `source_type`=0 AND `id`=0;
UPDATE `smart_scripts` SET `event_type`=23, `event_param1`=12544, `event_param2`=0,`event_param3`=3000, `event_param4`=3000, `action_param2`=0 WHERE `entryorguid` IN (710,677,875) AND `source_type`=0 AND `id`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (8915) AND `source_type`=0 AND `id`=7;
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
(8915,0,7,0,23,0,100,0,12544,0,3000,3000,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight's Hammer Ambassador - In Miing aura - Cast Frost Armor");

0 comments on commit c62ee2d

Please sign in to comment.