aboutsummaryrefslogtreecommitdiff
path: root/Wintergrasp_temp/Scriptnames.sql
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2011-06-28 21:41:42 +0100
committerKandera <KanderaDev@gmail.com>2012-08-20 13:28:51 -0400
commit1e8814c8fa2bef69685cfe41634a39c583c35599 (patch)
treeeda10383f2b0300c897624e4d2533d2f50dd051e /Wintergrasp_temp/Scriptnames.sql
parentc736dc3e34a695e9f141bb69d2d819e64d9db42b (diff)
Moved SQL and TXT files to Wintergrasp_temp;
Clean-up and split up SQL files; Fixed SQL import errors; Add template updates for most creatures and GOs
Diffstat (limited to 'Wintergrasp_temp/Scriptnames.sql')
-rw-r--r--Wintergrasp_temp/Scriptnames.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/Wintergrasp_temp/Scriptnames.sql b/Wintergrasp_temp/Scriptnames.sql
new file mode 100644
index 00000000000..f8eb806fc6d
--- /dev/null
+++ b/Wintergrasp_temp/Scriptnames.sql
@@ -0,0 +1,14 @@
+-- Wintergrasp queue template NPCs
+UPDATE `creature_template` SET `ScriptName`= 'npc_wg_dalaran_queue' WHERE `entry` IN (32169,32170,35599,35596,35600,35601,35598,35603,35602,35597,35612,35611);
+
+-- Wintergrasp spiritguide NPC script
+UPDATE `creature_template` SET `ScriptName`= 'npc_wg_spiritguide' WHERE `entry` IN (31841,31842);
+
+-- Wintergrasp demolisher engineer NPC script
+UPDATE `creature_template` SET `ScriptName`= 'npc_demolisher_engineerer' WHERE `entry` IN (30400,30499);
+
+-- Wintergrasp vehicle teleport
+UPDATE `gameobject_template` SET `ScriptName`= 'go_wintergrasp_teleporter' WHERE `entry`=192951;
+
+-- Wintergrasp Questgiver NPCs - requires binding to Wintergrasp questgiver script
+UPDATE `creature_template` SET `ScriptName`= 'npc_wintergrasp_quest_giver' WHERE `entry` IN (31054, 31052, 31091, 31036, 31101, 31107, 31053, 31051, 31153, 31151, 31102, 31106);