diff options
| author | Blaymoira <none@none> | 2008-12-27 21:29:09 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2008-12-27 21:29:09 +0100 |
| commit | b086817814457f53cdcac6c02d9dcd4e1c60a35f (patch) | |
| tree | 6f56a051c41fcc142c18f07f0c227a7570cc66ed /sql | |
| parent | 89f66acc87ac61e710742b154b3568ad1bf38517 (diff) | |
*Support for quest 665
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/683_world_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/683_world_scripts.sql b/sql/updates/683_world_scripts.sql new file mode 100644 index 00000000000..6463adad08e --- /dev/null +++ b/sql/updates/683_world_scripts.sql @@ -0,0 +1,2 @@ +update quest_template set specialflags=2 where entry=665; +update creature_template set scriptname='npc_professor_phizzlethorpe' where entry=2768;
\ No newline at end of file |
