diff options
| author | Killyana <morphone1@gmail.com> | 2015-11-03 19:21:05 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-11-03 19:21:05 +0100 |
| commit | 7bfbd9e3d84907048728beec3800c6f1c80aa271 (patch) | |
| tree | c36c0a49f166af845af85e5daca265f4ec073074 | |
| parent | e4520ec78bb7218840831e13203e13e4c15abc7d (diff) | |
DB/SAI: Fix a DB error
Origin: https://github.com/TrinityCore/TrinityCore/commit/91de0322bba3ef071338ce5a71f512369486eb1f
| -rw-r--r-- | sql/updates/world/2015_11_03_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_03_02_world.sql b/sql/updates/world/2015_11_03_02_world.sql new file mode 100644 index 00000000000..c4757d0d634 --- /dev/null +++ b/sql/updates/world/2015_11_03_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=16573 AND `source_type`=0 AND `id`=7; |
