diff options
author | Killyana <morphone1@gmail.com> | 2020-06-14 23:31:17 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-06-14 23:31:17 +0200 |
commit | bbb308f62824bcc2415b64c9a434d1a51b4142f4 (patch) | |
tree | cbc9e9fa88aced3368c5c7d183c058d4275b4dae /sql/updates | |
parent | 152ea6011694518017a47dc23fdbb7175bfa5481 (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
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2020_06_14_14_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |