diff options
| author | Killyana <morphone1@gmail.com> | 2020-03-08 00:11:58 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-22 22:37:14 +0100 |
| commit | 74e70445b78e6fcd9717167cb67a20aa26a580b6 (patch) | |
| tree | b7e23dda4745f5d49674f464af81bd86c3eee561 | |
| parent | c75d75b9fa53309467ec7fff810dd77d9f7fde09 (diff) | |
DB/Quest: Quest: Finding the Phylactery
Closes #24243
(cherry picked from commit 889b6caf931cbb96cb8c21edcddd87f6c98ba214)
| -rw-r--r-- | sql/updates/world/master/2021_12_22_22_world_2020_03_07_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_22_22_world_2020_03_07_04_world.sql b/sql/updates/world/master/2021_12_22_22_world_2020_03_07_04_world.sql new file mode 100644 index 00000000000..cfe0e9da545 --- /dev/null +++ b/sql/updates/world/master/2021_12_22_22_world_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; |
