aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorBroodWyrm <none@none>2009-05-01 01:29:41 +0200
committerBroodWyrm <none@none>2009-05-01 01:29:41 +0200
commit94e896ebd6aaf4cf0be661fa8250ad90d89f9b5c (patch)
treeaad679c04c426bd0ab6e14c5d2bddec5aed3dff6 /sql
parent6e933320b237902d72109058e4262ca574cddd2d (diff)
*Add scriptsupport for Quest 12848
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/3005_world_scripts.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/3005_world_scripts.sql b/sql/updates/3005_world_scripts.sql
new file mode 100644
index 00000000000..d2d5e4d0d84
--- /dev/null
+++ b/sql/updates/3005_world_scripts.sql
@@ -0,0 +1,3 @@
+update creature_template set scriptname = 'npc_unworthy_initiate' where entry in (29519,29520,29565,29566,29567);
+update creature_template set scriptname = 'npc_unworthy_initiate_anchor' where entry = 29521;
+update gameobject_template set scriptname = 'go_acherus_soul_prison' where entry in (191577,191580,191581,191582,191583,191584,191585,191586,191587,191588,191589,191590); \ No newline at end of file