diff options
| author | Blaymoira <none@none> | 2009-01-01 20:53:49 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-01 20:53:49 +0100 |
| commit | 95d6015cb0b4801fca2a617d5d2209091433f750 (patch) | |
| tree | 4879fd27adc8fbb24d2dc21faf60d11b6e5954fe /sql/updates | |
| parent | 657b4257b2bf476d5655c692fa47a294da1edf5e (diff) | |
*Support for quest 8490
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/748_world_scripts.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/748_world_scripts.sql b/sql/updates/748_world_scripts.sql new file mode 100644 index 00000000000..484c71f3199 --- /dev/null +++ b/sql/updates/748_world_scripts.sql @@ -0,0 +1,3 @@ +update creature_template set scriptname='npc_infused_crystal', flags_extra=0 where entry=16364; +update quest_template set specialflags=2, reqcreatureorgoid1=1, reqcreatureorgocount1=1 where entry=8490; +delete from creature where id=17086;
\ No newline at end of file |
