diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-03-24 19:26:48 +0100 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2015-03-27 02:02:33 +0000 |
| commit | f753cdc085b50f5be7c7742203a429309b4bd45f (patch) | |
| tree | 307085e0518be5cd739857f1d562ab945876af0b | |
| parent | b026f994180e138420e2fd15eca2c0f86b288638 (diff) | |
DB/Misc: Fix startup errors
Updates #13707
Code is welcome to fix the remaining core errors.
(cherry picked from commit d37f52c93e000c581ea21089a87fbafd2c192349)
| -rw-r--r-- | sql/updates/world/2015_03_24_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_24_04_world.sql b/sql/updates/world/2015_03_24_04_world.sql new file mode 100644 index 00000000000..74488cd00bd --- /dev/null +++ b/sql/updates/world/2015_03_24_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `entryorguid`=21699 WHERE `entryorguid`=21669 AND `source_type`=0 AND `id`=0 AND `link`=0; |
