From bbb308f62824bcc2415b64c9a434d1a51b4142f4 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 14 Jun 2020 23:31:17 +0200 Subject: DB/SAI: Replace "Disable combat movement" by "attack stop" used in the quest How To Win Friends And Influence Enemies ref https://github.com/TrinityCore/TrinityCore/commit/13c81f55e3314fede78acfbb72a47384961d1f25 --- sql/updates/world/3.3.5/2020_06_14_14_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_06_14_14_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_06_14_14_world.sql b/sql/updates/world/3.3.5/2020_06_14_14_world.sql new file mode 100644 index 00000000000..80daa7c0e4d --- /dev/null +++ b/sql/updates/world/3.3.5/2020_06_14_14_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type`=46 WHERE `entryorguid`=2861001 AND `id`=2 AND `source_type`=9; -- cgit v1.2.3