diff options
author | Killyana <morphone1@gmail.com> | 2016-12-28 13:58:10 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-12-28 13:58:10 +0100 |
commit | 8b194854f0d8c53f66fec691debd1e870487398a (patch) | |
tree | 1e6e23ded07c55891f042cd74b250a9c746b348a | |
parent | f730014316dc137027c01a986faa0f4f36a56f23 (diff) |
DB: Fix a DB error
By Rushor
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_28_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_28_07_world.sql b/sql/updates/world/3.3.5/2016_12_28_07_world.sql new file mode 100644 index 00000000000..a68461dc8da --- /dev/null +++ b/sql/updates/world/3.3.5/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; |