From 94e896ebd6aaf4cf0be661fa8250ad90d89f9b5c Mon Sep 17 00:00:00 2001 From: BroodWyrm Date: Fri, 1 May 2009 01:29:41 +0200 Subject: *Add scriptsupport for Quest 12848 --HG-- branch : trunk --- sql/updates/3005_world_scripts.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/3005_world_scripts.sql (limited to 'sql') 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 -- cgit v1.2.3