diff options
| author | Blaymoira <none@none> | 2009-01-02 15:20:51 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-02 15:20:51 +0100 |
| commit | 461d457139d3f22ca0b16dbc0675236552b9c4f8 (patch) | |
| tree | b8585f22ce7ecca64e3eab39cfc094498b9e4be1 /sql | |
| parent | 44b1df25adf585a3c894301121a5638c70197e2f (diff) | |
*Added Nightbane script - by BroodWyrm
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/758_world_scripts.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
