diff options
author | Killyana <morphone1@gmail.com> | 2019-10-29 14:07:14 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 23:44:20 +0100 |
commit | 20a772634c205f5f9fd1b2bd1618aea7a9e5a5e5 (patch) | |
tree | 440911a183f8f48ad8ec3b9731c2f01d692af845 /sql | |
parent | 3e835a77bb129bbda105ad200011c5492499e4fa (diff) |
DB/Creature: Freed Crusader
Closes #23892
(cherry picked from commit eeb7c02ea404cd856d5ee4ba4b36bbadf79647ca)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_12_18_58_world_2019_10_29_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_58_world_2019_10_29_00_world.sql b/sql/updates/world/master/2021_12_18_58_world_2019_10_29_00_world.sql new file mode 100644 index 00000000000..e2709b0ae4b --- /dev/null +++ b/sql/updates/world/master/2021_12_18_58_world_2019_10_29_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid` IN (3027400) AND `source_type`=9 AND `id`=1; |