diff options
author | Killyana <morphone1@gmail.com> | 2020-06-14 23:31:17 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 21:40:59 +0100 |
commit | f5706073ee7de987294a20202a5858a74d95df7f (patch) | |
tree | 81a878fc668b0f600536f915f9622518b1f60eca /sql | |
parent | 38be5e361e072edec6cfec584db9182ea3ad4450 (diff) |
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
(cherry picked from commit bbb308f62824bcc2415b64c9a434d1a51b4142f4)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_01_06_50_world_2020_06_14_14_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_50_world_2020_06_14_14_world.sql b/sql/updates/world/master/2022_01_06_50_world_2020_06_14_14_world.sql new file mode 100644 index 00000000000..80daa7c0e4d --- /dev/null +++ b/sql/updates/world/master/2022_01_06_50_world_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; |