diff options
author | megamage <none@none> | 2009-01-02 10:35:19 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-02 10:35:19 -0600 |
commit | 3deefb9f00201033728d4467180d8ba9aa265a20 (patch) | |
tree | dcd243f7f2f27f03e8c1f1d74e42aac332e508d8 /sql | |
parent | 75f0da72eea3ab2f8a6b5a2a9bc8361c4a656afe (diff) | |
parent | deac8370d71c0f72b5d60709c09dc2830c1680bd (diff) |
*Update to Trinity 759.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/748_world_scripts.sql | 2 | ||||
-rw-r--r-- | sql/updates/758_world_scripts.sql | 5 |
2 files changed, 6 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 diff --git a/sql/updates/758_world_scripts.sql b/sql/updates/758_world_scripts.sql new file mode 100644 index 00000000000..a988a426df7 --- /dev/null +++ b/sql/updates/758_world_scripts.sql @@ -0,0 +1,5 @@ +delete from creature_template_addon where entry = 17225; +update creature_template set scriptname = 'boss_nightbane', unit_flags=0 where entry = 17225; +delete from event_scripts where id = 10951; +insert into event_scripts values +(10951,0,10,17651,180000,0,-11159,-1907.22,91.48,0);
\ No newline at end of file |