diff options
author | Killyana <morphone1@gmail.com> | 2019-10-29 14:07:14 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-10-29 14:07:14 +0100 |
commit | eeb7c02ea404cd856d5ee4ba4b36bbadf79647ca (patch) | |
tree | 78d114b03f941f2e7ccd0ba127fab3b593f46bac | |
parent | 42f1861f3023af2eff66dc64e78164f3c480337e (diff) |
DB/Creature: Freed Crusader
Closes #23892
-rw-r--r-- | sql/updates/world/3.3.5/2019_10_29_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_10_29_00_world.sql b/sql/updates/world/3.3.5/2019_10_29_00_world.sql new file mode 100644 index 00000000000..e2709b0ae4b --- /dev/null +++ b/sql/updates/world/3.3.5/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; |