aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorBlaymoira <none@none>2008-12-24 23:18:28 +0100
committerBlaymoira <none@none>2008-12-24 23:18:28 +0100
commitc6e74cb9134f3501a59cb0f8440a12749bda0f7e (patch)
tree95e546dcda2edb614bd69e0cc4ad24f0810f2af0 /sql
parent2ee522023fbb0b417017c7d7e7e8ea7736154330 (diff)
*Add support for quest 9645 - original patch by BroodWyrm
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/636_world_scripts.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/636_world_scripts.sql b/sql/updates/636_world_scripts.sql
new file mode 100644
index 00000000000..5527d639fb2
--- /dev/null
+++ b/sql/updates/636_world_scripts.sql
@@ -0,0 +1,9 @@
+-- event script for Medivh's Journal
+delete from event_scripts where id = 10951;
+insert into event_scripts values
+(10951,0,10,17651, 300000, 0,-11159,-1907.22,91.48,0);
+
+-- remove every Image from Medivh (should not be spawned by db)
+delete from creature where id = 17651;
+-- add script
+update creature_template set scriptname = 'npc_image_of_medivh' where entry = 17651; \ No newline at end of file