diff options
| author | MaxtorCoder <warsongkiller.s8@gmail.com> | 2024-03-13 21:16:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 21:16:18 +0100 |
| commit | cfc9cc9ec285e7934f3160047ff87be3c649594f (patch) | |
| tree | be680d4f88fac55274862251c349c644a5d90930 /sql/updates | |
| parent | 46d929cb82b631648ef4a84e75ca7bc174a03fdd (diff) | |
Core/PacketIO: Update to 4.4.0.53627 (#29805)
* Core/PacketIO: Update to 4.4.0.53627
* Core/IO: Remove duplicate declaration of PetSpellDataID
* Core/IO: Assign STATUS_UNHANDLED to some azerite packets
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/characters/cata_classic/2024_03_13_00_characters.sql | 4 | ||||
| -rw-r--r-- | sql/updates/world/cata_classic/2024_03_13_00_world.sql | 20 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sql/updates/characters/cata_classic/2024_03_13_00_characters.sql b/sql/updates/characters/cata_classic/2024_03_13_00_characters.sql new file mode 100644 index 00000000000..44a9fe2ac83 --- /dev/null +++ b/sql/updates/characters/cata_classic/2024_03_13_00_characters.sql @@ -0,0 +1,4 @@ +DROP TABLE IF EXISTS `item_instance_azerite`; +DROP TABLE IF EXISTS `item_instance_azerite_milestone_power`; +DROP TABLE IF EXISTS `item_instance_azerite_unlocked_essence`; +DROP TABLE IF EXISTS `item_instance_azerite_empowered`;
\ No newline at end of file diff --git a/sql/updates/world/cata_classic/2024_03_13_00_world.sql b/sql/updates/world/cata_classic/2024_03_13_00_world.sql new file mode 100644 index 00000000000..ed7f83d8e31 --- /dev/null +++ b/sql/updates/world/cata_classic/2024_03_13_00_world.sql @@ -0,0 +1,20 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( + 'spell_item_blessed_portents', + 'spell_item_concentrated_mending', + 'spell_item_bracing_chill_proc', + 'spell_item_bracing_chill_search_jump_target', + 'spell_item_trample_the_weak', + 'spell_item_wracking_brilliance', + 'spell_item_orbital_precision', + 'spell_item_blur_of_talons', + 'spell_item_divine_right', + 'spell_item_blood_rite', + 'spell_item_tradewinds', + 'spell_item_bastion_of_might', + 'spell_item_echoing_blades', + 'spell_item_echoing_blades_damage', + 'spell_item_hour_of_reaping', + 'spell_item_conflict_wearer_on_stun_proc', + 'spell_item_conflict_rank3', + 'spell_item_heart_of_azeroth', + 'spell_item_corruption_grasping_tendrils');
\ No newline at end of file |
