diff options
author | Blaymoira <none@none> | 2009-01-02 11:42:55 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-02 11:42:55 +0100 |
commit | 0b9f25bd7b5fccc497668a2d54a48639f20bb98c (patch) | |
tree | d118de1661863338b223fe47eaffa84b396af586 /sql | |
parent | 7422c2b9f6fa35f500ee1b249c64897829fd9e47 (diff) |
*Fix a typo in arathi_highlands.cpp and 748_world_scripts.sql
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/748_world_scripts.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/748_world_scripts.sql b/sql/updates/748_world_scripts.sql index 484c71f3199..8e59c9bb812 100644 --- a/sql/updates/748_world_scripts.sql +++ b/sql/updates/748_world_scripts.sql @@ -1,3 +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; +update quest_template set specialflags=2, reqcreatureorgoid1=0, reqcreatureorgocount1=0 where entry=8490; delete from creature where id=17086;
\ No newline at end of file |