aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/758_world_scripts.sql5
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