diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-05-08 18:40:39 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-05-08 18:40:39 +0200 |
| commit | 70dd848785f5a0251f8b544addcc5cd85c0f99c2 (patch) | |
| tree | 1dd139223200f7116bdab38d966295b645d99eb1 | |
| parent | 5e4083bc456031aa3fdf2347fc040908e6264a45 (diff) | |
DB/Quest: The Bones of Nozronn
By phoenixfight, closes #11985
| -rw-r--r-- | sql/updates/world/2014_05_08_00_world_smart_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_05_08_00_world_smart_scripts.sql b/sql/updates/world/2014_05_08_00_world_smart_scripts.sql new file mode 100644 index 00000000000..ebf971d512d --- /dev/null +++ b/sql/updates/world/2014_05_08_00_world_smart_scripts.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=28256 AND `source_type`=0; |
