diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/cata_classic/2024_08_17_00_world_2024_08_15_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_08_17_00_world_2024_08_15_00_world.sql b/sql/updates/world/cata_classic/2024_08_17_00_world_2024_08_15_00_world.sql new file mode 100644 index 00000000000..857e221c76a --- /dev/null +++ b/sql/updates/world/cata_classic/2024_08_17_00_world_2024_08_15_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `action_type`=152, `target_type`=16 WHERE `action_type`=26 AND `target_type`=7; +UPDATE `smart_scripts` SET `action_type`=152 WHERE `action_type`=15; |