diff options
author | Killyana <morphone1@gmail.com> | 2019-10-26 11:40:42 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-10-26 11:40:42 +0200 |
commit | 58b0ca864113e439d87289534607b83c1b9d1404 (patch) | |
tree | 98ae146216484970bdfb35f2f7a79b2d19d50df4 /sql | |
parent | fcbcb43b2b9f2d3b77192ed779a98f43d7e1c486 (diff) |
DB/Quest: The Path to the Citadel
Make the credit for the party invoker
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_10_26_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_10_26_00_world.sql b/sql/updates/world/3.3.5/2019_10_26_00_world.sql new file mode 100644 index 00000000000..27fd0eb82e3 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_10_26_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=16 WHERE `entryorguid` IN (3677000,3676400) AND `source_type`=9 AND `id`=5; |