diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-03 13:49:15 +0200 |
---|---|---|
committer | SnapperRy <snapperryen@gmail.com> | 2016-10-03 13:49:15 +0200 |
commit | e9068afa1d4daf268250c249a18a01ade5efb8a7 (patch) | |
tree | 8297a2efef4fab2d326762afcec36232f347859a | |
parent | a01f7ad47067af36184c6758401c5fc1b0ade571 (diff) |
DB/SAI: fix db error introduced in 2a8669d.
-rw-r--r-- | sql/updates/world/3.3.5/2016_10_03_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_03_01_world.sql b/sql/updates/world/3.3.5/2016_10_03_01_world.sql new file mode 100644 index 00000000000..bef2bdc5d45 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_03_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `link`=28 WHERE `entryorguid`=4484 AND `id`=22; |