diff options
author | Killyana <morphone1@gmail.com> | 2016-12-28 13:58:10 +0100 |
---|---|---|
committer | DoctorKraft <DoctorKraft@users.noreply.github.com> | 2018-03-18 00:19:41 +0100 |
commit | 1e52b8a83d03e798fdf163a8af5c75e239f26fba (patch) | |
tree | 29b401b18794275149e394bad5f7b3baed5d81fb | |
parent | 995536ec56c387626dc4761c24471b448a0e7e05 (diff) |
DB: Fix a DB error
By Rushor
(cherry picked from commit 8b194854f0d8c53f66fec691debd1e870487398a)
-rw-r--r-- | sql/updates/world/master/2018_03_17_32_world_2016_12_28_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_17_32_world_2016_12_28_07_world.sql b/sql/updates/world/master/2018_03_17_32_world_2016_12_28_07_world.sql new file mode 100644 index 00000000000..a68461dc8da --- /dev/null +++ b/sql/updates/world/master/2018_03_17_32_world_2016_12_28_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=30444, `action_param2`=0, `action_param3`=0, `target_type`=7, `target_x`=0, `target_y`=0, `target_z`=0, `target_o`=0, `comment`='Totem of Yor - On Quest \'Totem of Vark\' Taken - Cast \'Stillpine Ancestor Yor TRIGGER\'' WHERE `entryorguid`=17363 AND `source_type`=0 AND `id`=0 AND `link`=0; |