diff options
| author | Killyana <morphone1@gmail.com> | 2020-03-08 00:11:58 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-03-08 00:11:58 +0100 |
| commit | 889b6caf931cbb96cb8c21edcddd87f6c98ba214 (patch) | |
| tree | e228c7585dacd1e385738e5d78913942e92673b1 | |
| parent | 49e77d7c9e4c39296536cd0b2d427d047e762f46 (diff) | |
DB/Quest: Quest: Finding the Phylactery
Closes #24243
| -rw-r--r-- | sql/updates/world/3.3.5/2020_03_07_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_07_04_world.sql b/sql/updates/world/3.3.5/2020_03_07_04_world.sql new file mode 100644 index 00000000000..cfe0e9da545 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_07_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_type`=27 WHERE `entryorguid`=28182 AND `source_type`=0 AND `id`=0; |
