aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandera <KanderaDev@gmail.com>2012-08-20 13:23:13 -0400
committerKandera <KanderaDev@gmail.com>2012-08-20 14:00:05 -0400
commit830de47713bf972332836c952488a0169195ca7e (patch)
treee1e16d1a5537fd5a8728d1891a5be53aad05ab5b
parente56ff2e93a6d62ef1bcf68f2faf95a845b19bdb9 (diff)
Sql/Wintergrasp: Remove temporary sql files.
-rw-r--r--Wintergrasp_temp/Spells.txt29
-rw-r--r--Wintergrasp_temp/TODO.txt16
-rw-r--r--Wintergrasp_temp/WG_Conditions.sql31
-rw-r--r--Wintergrasp_temp/WG_GameObject_info.sql125
-rw-r--r--Wintergrasp_temp/WG_Gossips.sql57
-rw-r--r--Wintergrasp_temp/WG_Quests.sql16
-rw-r--r--Wintergrasp_temp/WG_creature_info.sql79
-rw-r--r--Wintergrasp_temp/WG_spell_misc.sql82
-rw-r--r--Wintergrasp_temp/WG_texts.sql108
9 files changed, 0 insertions, 543 deletions
diff --git a/Wintergrasp_temp/Spells.txt b/Wintergrasp_temp/Spells.txt
deleted file mode 100644
index 583e46db04e..00000000000
--- a/Wintergrasp_temp/Spells.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-Spell 56617 "Alliance Controls Factory Phase Shift" Adds Phase 32
-Spell 56618 "Horde Controls Factory Phase Shift" Adds Phase 16
-
-Spell 55773 "Horde Control Phase Shift" Adds Phase 64
-Spell 55774 "Alliance Control Phase Shift" Adds Phase 128
-
-Spell 58045 "Essence of Wintergrasp" Adds Phase 256
-
-Spell 37795 "Recruit" Gained when joining WG battle
-
-Spell 74411 "Battleground - Dampening" Gained when joining WG battle
-
-Spell 61409 "Build Siege Vehicle (Force)" is cast by npc 30400 "Goblin Mechanic <Demolisher Engineer>" on player
-Spell 56664 "Build Catapult (Force)" is cast by npc 30499 "Gnomish Engineer <Demolisher Engineer>" on player
-Spell 56662 "Build Siege Vehicle (Force)" is cast by npc 30499 "Gnomish Engineer <Demolisher Engineer>" on player
-
-Spell 50398 "Riding Trainer Advertisement" is cast by npc 30869 "Arzo Safeflight <Flight Master>" on self
-
-Wintergrasp Vehicle On spawn entries: 28312,27881,28094,32627
-set x,y,z,o to nearest trigger entry: 23472
-make player cast 60968 on vehicle
-aura 14267 on self if player is horde
-aura 14268 on self if player is alliance
-
-Spells cast on vehicle as auras... or something (PET_SPELLS cooldowns):
-61178 (Grab Passenger) (Catapult, Siege Engine... NOT tower cannons)
-56866 (-Unknown-) (Catapult, Siege Engine.... NOT tower cannons)
-14268 (Alliance Flag) (Catapult, Siege Engine... NOT tower cannons)
-14267 (Horde Flag) \ No newline at end of file
diff --git a/Wintergrasp_temp/TODO.txt b/Wintergrasp_temp/TODO.txt
deleted file mode 100644
index 16e1681c378..00000000000
--- a/Wintergrasp_temp/TODO.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-TODO (add new things to sort out here) :
-* Core:
- - Move spawns to database : NPCs / GOs (DB part mostly done, core needs to be adjusted)
- - Fix teleport spells for vehicles/drivers
- - Clean up code to use phases-system / spells instead of hardcoded spawn/despawn functionality
- - Remove hardcoded entities from headerfile
- - Spawn horde/alliance spiritguides spawn/change depending on holder
- - Clean up some minor hacks
-
-* DB:
- - Template updates for npcs and GOs (few missing)
- - Npc 30488 (Travis Day) needs vendor data
- - Get official texts for horde in db
- - Spawn NPC/GO in their correct phase
-
-COMPLETED (move completed things from the above list here) :
diff --git a/Wintergrasp_temp/WG_Conditions.sql b/Wintergrasp_temp/WG_Conditions.sql
deleted file mode 100644
index a6dd9826c44..00000000000
--- a/Wintergrasp_temp/WG_Conditions.sql
+++ /dev/null
@@ -1,31 +0,0 @@
--- Conditions
--- Add gossip_menu condition for 9904 Horde
-DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup` IN (9904,9923);
-INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`) VALUES
-(14,9904,13759,0,1,33280), -- Must have Rank 1: Corporal
-(14,9904,13759,1,1,55629), -- Or must have Rank 2: First Lieutenant
-(14,9904,13761,0,11,33280), -- Must not have Rank 1: Corporal
-(14,9904,13761,0,11,55629), -- Must not have Rank 2: First Lieutenant
--- Add gossip_menu condition for 9923 Alliance
-(14,9923,13798,0,1,33280), -- Must have Rank 1: Corporal
-(14,9923,13798,1,1,55629), -- Or must have Rank 2: First Lieutenant
-(14,9923,14172,0,11,33280), -- Must not have Rank 1: Corporal
-(14,9923,14172,0,11,55629), -- Must not have Rank 2: First Lieutenant
--- Add conditions to gossip options horde
-(15,9904,0,0,1,33280), -- Must have reached Rank 1: Corporal
-(15,9904,0,1,1,55629), -- Or must have reached Rank 2: First Lieutenant
-(15,9904,1,0,1,55629), -- Must have reached Rank 2: First Lieutenant
-(15,9904,2,0,1,55629), -- Must have reached Rank 2: First Lieutenant
--- Add conditions to gossip options alliance
-(15,9923,0,0,1,33280), -- Must have reached Rank 1: Corporal
-(15,9923,0,1,1,55629), -- Or must have reached Rank 2: First Lieutenant
-(15,9923,1,0,1,55629), -- Must have reached Rank 2: First Lieutenant
-(15,9923,2,0,1,55629); -- Must have reached Rank 2: First Lieutenant
-
-/* Spell target conditions for spawning WG siege machines in proper place while building it */
-DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (56575,56661,56663,61408);
-INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
-(13, 1, 56575, 0, 0, 31, 0, 3, 27852, 0, 0, 0, '', NULL),
-(13, 1, 56661, 0, 0, 31, 0, 3, 27852, 0, 0, 0, '', NULL),
-(13, 1, 56663, 0, 0, 31, 0, 3, 27852, 0, 0, 0, '', NULL),
-(13, 1, 61408, 0, 0, 31, 0, 3, 27852, 0, 0, 0, '', NULL); \ No newline at end of file
diff --git a/Wintergrasp_temp/WG_GameObject_info.sql b/Wintergrasp_temp/WG_GameObject_info.sql
deleted file mode 100644
index 5cfc7864ad7..00000000000
--- a/Wintergrasp_temp/WG_GameObject_info.sql
+++ /dev/null
@@ -1,125 +0,0 @@
-UPDATE `gameobject_template` SET `faction`=114 WHERE `entry` IN (192310,192312,192313,192314,192316,192317,192318,192319,192320,192321,192322,192323,192324,192325,192326,192327,192328,192329,
-192330,192331,192332,192333,192334,192335,192286,192287,192292,192299,192304,192305,192306,192307,192308,192309); -- Alliance Banner
-
-UPDATE `gameobject_template` SET `faction`=114 WHERE `entry` IN (192269,192284,192285,192338,192339,192349,192350,192351,192352,192353,192354,192355,192356,192357,192358,192359,192360,192361,
-192362,192363,192364,192366,192367,192368,192369,192370,192371,192372,192373,192374,192375,192376,192377,192378,192379,192254,
-192255,192336); -- Horde Banner
-
-UPDATE `gameobject_template` SET `faction`=114 WHERE `entry` IN (193096,193097,193098,193099,193100,193101,193102,193103,193104,193105,193106,193107,193108,193109,193124,193125,193126,193127,
-193128,193129,193130,193131,193132,193133,193134,193135,193136,193137,193138,193139,193140,193141,193142,193143,193144,193145,
-193146,193147,193148,193149,193150,193151,193152,193153,193154,193155,193156,193157,193158,193159,193160,193161,193162,193163,
-193164,193165); -- nameless GOs
-
-UPDATE `gameobject_template` SET `ScriptName`= 'go_wg_vehicle_teleporter' WHERE `entry`=192951; -- Vehicle Teleporter
-
--- Before pushing to master check if guids are free.
--- Spawns Workshop Capture Points
-SET @GUID := 4594;
-DELETE FROM gameobject WHERE guid IN (@GUID+1,@GUID+2,@GUID+3,@GUID+4);
-INSERT INTO gameobject (guid,id,position_x,position_y,position_z,orientation,map) VALUES
-(@GUID+1, 190475, 4949.344238, 2432.585693, 320.176971, 1.386214, 571), -- ne
-(@GUID+2, 190487, 4948.524414, 3342.337891, 376.875366, 4.400566, 571), -- nw
-(@GUID+3, 194959, 4398.076660, 2356.503662, 376.190491, 0.525406, 571), -- se
-(@GUID+4, 194962, 4390.776367, 3304.094482, 372.429077, 6.097023, 571); -- sw
-
--- EVERYTHING UNDER HERE IS WIP
-/*
-SET @OGUID := XXXXX;
-INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES
--- Eastspark Workshop "Horde"
-(@OGUID+20,192452,571,1,16,4416.7993,2414.0383,377.4869,0.0087,0,0,0,0,120,0,1),
--- Eastspark Workshop "Alliance"
-(@OGUID+21,192416,571,1,32,4408.57,2422.61,377.179,1.58825,0,0,0,1,180,0,1),
-(@OGUID+22,192417,571,1,32,4416.59,2414.08,377.196,0,0,0,0,1,180,0,1),
-(@OGUID+23,192418,571,1,32,4417.25,2301.14,377.214,0.026179,0,0,0,1,180,0,1),
-(@OGUID+24,192273,571,1,32,4417.94,2324.81,371.577,3.08051,0,0,0,1,180,0,1),
--- Westspark Workshop "Horde"
-
--- Westspark Workshop "Alliance"
-(@OGUID+25,192274,571,1,32,4424.15,3286.54,371.546,3.12412,0,0,0,1,180,0,1),
-(@OGUID+26,192406,571,1,32,4438.3,3361.08,371.568,-0.017451,0,0,0,1,180,0,1),
-(@OGUID+27,192407,571,1,32,4448.17,3235.63,370.412,-1.56207,0,0,0,1,180,0,1),
-(@OGUID+28,192433,571,1,32,4401.63,3377.46,363.365,1.55334,0,0,0,1,180,0,1),
-
--- *** in progress zone horde banner in phase 128 + 32
-
--- Winters Edge tower alliance
-(192429,571,1,64,4464.123535 2855.453125 406.110596,0.829032,0,0,0,0,120,0,1);
-(192430,571,1,64,4434.555664,2883.448730,406.025299,0.759217,0,0,0,0,120,0,1);
-(192431,571,1,64,4349.900391,2885.561768,406.104889,1.605702,0,0,0,0,120,0,1);
-(192414,571,1,64,4387.621582 2719.565918 389.935120,-1.544616,0,0,0,0,120,0,1);
--- Winters Edge tower horde
-(192442,571,1,128,4350.039,2885.61377,406.3287,1.58824873,0,0,0,0,120,0,1);
-(192443,571,1,128,4434.32568,2883.244,406.3456,0.767943859,0,0,0,0,120,0,1);
-(192444,571,1,128,4464.17432,2855.3186,406.390961,0.802850962,0,0,0,0,120,0,1);
-(192450,571,1,128,4387.59033,2719.90015,390.200531,-1.51843357,0,0,0,0,120,0,1);
-
-(192449,571,1,129,4517.75342,2717.231,387.811981,-1.53588688,0,0,0,0,120,0,1);
-(192424,571,1,417,4563.70166,2171.03125,367.607056,-1.82386875,0,0,0,0,120,0,1),
-(192626,571,1,65,4938.364,2454.59863,320.391785,-2.513274,0,0,0,0,120,0,1);
-(192627,571,1,65,4939.48535,3339.65259,376.874939,0.890116632,0,0,0,0,120,0,1);
-
-192271 4424.741211 2975.604980 367.226807 1.701696 -- banner pole shawdowsight
-*/
-
--- Misc objects in fortress phased properly
-SET @OGUID := 282000;
-DELETE FROM `gameobject` WHERE `guid` IN (67165,67224,67222,67190,67195,67216,67193,67182,67186,67192,67161,67164,67180,67187);
-DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+55;
-INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES
-(@OGUID+0,193096,571,1,128,5379.885,3008.093,409.181915,-3.124123,0,0,0,0,120,0,1),
-(@OGUID+1,193097,571,1,128,5381.73975,3008.15454,409.181915,2.98449826,0,0,0,0,120,0,1),
-(@OGUID+2,193098,571,1,128,5383.672,3008.02783,409.181915,-3.115388,0,0,0,0,120,0,1),
-(@OGUID+3,193099,571,1,128,5386.25342,3007.79614,409.181915,2.932139,0,0,0,0,120,0,1),
-(@OGUID+4,193100,571,1,128,5387.354,3009.64941,409.181915,-1.30899549,0,0,0,0,120,0,1),
-(@OGUID+5,193101,571,1,128,5381.12744,3010.09717,409.181915,-2.72271276,0,0,0,0,120,0,1),
-(@OGUID+6,193102,571,1,128,5383.12061,3007.90967,410.8231,-2.530723,0,0,0,0,120,0,1),
-(@OGUID+7,193103,571,1,128,5381.105,3007.89575,410.8231,-3.09791875,0,0,0,0,120,0,1),
-(@OGUID+8,193104,571,1,128,5376.777,3010.619,409.191742,-2.60926127,0,0,0,0,120,0,1),
-(@OGUID+9,193105,571,1,128,5381.47559,3010.24731,410.8231,-2.80997539,0,0,0,0,120,0,1),
-(@OGUID+10,193106,571,1,128,5381.059,3009.85864,410.8231,2.66161919,0,0,0,0,120,0,1),
-(@OGUID+11,193107,571,1,128,5381.038,3010.44263,410.8157,-2.0507617,0,0,0,0,120,0,1),
-(@OGUID+12,193108,571,1,128,5379.83154,3007.82373,410.8161,-2.02457881,0,0,0,0,120,0,1),
-(@OGUID+13,193109,571,1,128,5379.99463,3008.40356,410.815918,-3.03687477,0,0,0,0,120,0,1),
-(@OGUID+14,193124,571,1,128,5293.65869,2924.44019,409.29306,1.20427489,0,0,0,0,120,0,1),
-(@OGUID+15,193125,571,1,1,5293.28,2932.32813,409.065247,-2.49581814,0,0,0,0,120,0,1),
-(@OGUID+16,193126,571,1,1,5292.30469,2930.5105,409.157135,-3.06302428,0,0,0,0,120,0,1),
-(@OGUID+17,193127,571,1,64,5293.349,2923.712,409.844757,-1.8762306,0,0,0,0,120,0,1),
-(@OGUID+18,193128,571,1,128,5293.12256,2895.22754,409.208771,-0.9861096,0,0,0,0,120,0,1),
-(@OGUID+19,193129,571,1,128,5292.913,2895.54346,410.419617,-0.122171074,0,0,0,0,120,0,1),
-(@OGUID+20,193130,571,1,128,5294.09473,2894.191,409.164063,-0.7330382,0,0,0,0,120,0,1),
-(@OGUID+21,193131,571,1,128,5295.1875,2895.382,409.143219,-0.349065244,0,0,0,0,120,0,1),
-(@OGUID+22,193132,571,1,128,5294.527,2895.57471,410.6591,-1.92858779,0,0,0,0,120,0,1),
-(@OGUID+23,193133,571,1,128,5295.3916,2895.05737,410.6686,0.6894028,0,0,0,0,120,0,1),
-(@OGUID+24,193134,571,1,128,5295.13525,2895.68481,410.618866,-2.22529364,0,0,0,0,120,0,1),
-(@OGUID+25,193135,571,1,128,5294.97559,2895.33521,410.657684,-2.73143482,0,0,0,0,120,0,1),
-(@OGUID+26,193136,571,1,128,5293.22559,2895.46436,410.413483,-0.802850962,0,0,0,0,120,0,1),
-(@OGUID+27,193137,571,1,128,5295.56,2895.24146,410.628052,-2.11184788,0,0,0,0,120,0,1),
-(@OGUID+28,193138,571,1,128,5293.741,2894.48169,409.183167,-2.72271276,0,0,0,0,120,0,1),
-(@OGUID+29,193139,571,1,64,5294.599,2786.85254,409.8877,-2.356195,0,0,0,0,120,0,1),
-(@OGUID+30,193140,571,1,64,5294.37939,2785.03833,409.175018,-2.33873963,0,0,0,0,120,0,1),
-(@OGUID+31,193141,571,1,64,5293.205,2787.03052,409.218872,3.03687477,0,0,0,0,120,0,1),
-(@OGUID+32,193142,571,1,64,5294.241,2786.42456,409.174347,0.0174524616,0,0,0,0,120,0,1),
-(@OGUID+33,193143,571,1,64,5291.705,2785.86646,409.282135,-2.03330517,0,0,0,0,120,0,1),
-(@OGUID+34,193144,571,1,64,5293.03369,2785.632,409.22522,-1.2915417,0,0,0,0,120,0,1),
-(@OGUID+35,193145,571,1,64,5295.866,2787.7666,409.1923,2.155478,0,0,0,0,120,0,1),
-(@OGUID+36,193146,571,1,64,5293.56445,2787.31079,410.55954,0.261798173,0,0,0,0,120,0,1),
-(@OGUID+37,193147,571,1,128,5233.12061,2920.362,409.163544,-0.7243115,0,0,0,0,120,0,1),
-(@OGUID+38,193148,571,1,128,5238.27539,2920.67358,409.256439,-0.418878615,0,0,0,0,120,0,1),
-(@OGUID+39,193149,571,1,128,5235.902,2920.751,409.224457,-0.951203167,0,0,0,0,120,0,1),
-(@OGUID+40,193150,571,1,128,5237.36963,2919.89771,409.556641,0.8202983,0,0,0,0,120,0,1),
-(@OGUID+41,193151,571,1,128,5234.19775,2918.99731,409.322754,-2.33873963,0,0,0,0,120,0,1),
-(@OGUID+42,193152,571,1,128,5234.52344,2921.76221,409.175781,-2.2165668,0,0,0,0,120,0,1),
-(@OGUID+43,193153,571,1,128,5234.119,2918.93921,409.1339,-3.098036,0,0,0,0,120,0,1),
-(@OGUID+44,193154,571,1,128,5234.26758,2919.40015,409.502869,-2.18166113,0,0,0,0,120,0,1),
-(@OGUID+45,193155,571,1,128,5293.37939,2746.05566,409.22052,-0.06981169,0,0,0,0,120,0,1),
-(@OGUID+46,193156,571,1,128,5293.65039,2755.67529,409.1913,-0.43633157,0,0,0,0,120,0,1),
-(@OGUID+47,193157,571,1,128,5292.23535,2753.59473,409.0867,-0.357789934,0,0,0,0,120,0,1),
-(@OGUID+48,193158,571,1,128,5292.42969,2748.62427,409.131042,0.253072351,0,0,0,0,120,0,1),
-(@OGUID+49,193159,571,1,128,5293.384,2750.90283,409.234924,-0.0610866137,0,0,0,0,120,0,1),
-(@OGUID+50,193160,571,1,64,5371.89746,2805.47583,409.3072,0.0610866137,0,0,0,0,120,0,1),
-(@OGUID+51,193161,571,1,64,5376.616,2875.105,409.254822,1.59697616,0,0,0,0,120,0,1),
-(@OGUID+52,193162,571,1,128,5377.54932,2870.92456,409.239166,-0.549776852,0,0,0,0,120,0,1),
-(@OGUID+53,193163,571,1,128,5378.068,2813.61719,409.239166,1.55334139,0,0,0,0,120,0,1),
-(@OGUID+54,193164,571,1,128,5378.921,2805.43677,409.239166,1.53588688,0,0,0,0,120,0,1),
-(@OGUID+55,193165,571,1,128,5378.452,2876.67456,409.239166,1.54461825,0,0,0,0,120,0,1);
diff --git a/Wintergrasp_temp/WG_Gossips.sql b/Wintergrasp_temp/WG_Gossips.sql
deleted file mode 100644
index 8e49bbf9156..00000000000
--- a/Wintergrasp_temp/WG_Gossips.sql
+++ /dev/null
@@ -1,57 +0,0 @@
--- Gossip Menu
-DELETE FROM `gossip_menu` WHERE `entry`=9904 AND `text_id`=13759;
-DELETE FROM `gossip_menu` WHERE `entry`=9904 AND `text_id`=13761;
-DELETE FROM `gossip_menu` WHERE `entry`=9923 AND `text_id`=14172;
-DELETE FROM `gossip_menu` WHERE `entry`=10229 AND `text_id`=14221;
-INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES
-(9904,13759),
-(9904,13761),
-(9923,14172),
-(10229,14221);
-
--- Gossip Menu Option
-DELETE FROM `gossip_menu_option` WHERE `menu_id`=9904;
-DELETE FROM `gossip_menu_option` WHERE `menu_id`=10129 AND `id` IN (2,4);
-INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`box_coded`,`box_money`,`box_text`) VALUES
-(9904,0,0, 'I would like to build a catapult.',1,1,0,0,0,0, ''),
-(9904,1,0, 'I would like to build a demolisher.',1,1,0,0,0,0, ''),
-(9904,2,0, 'I would like to build a siege engine.',1,1,0,0,0,0, ''),
-(10129,2,0, 'Guide me to the Broken Temple Graveyard.',1,1,0,0,0,0, ''),
-(10129,4,0, 'Guide me to the Eastspark Graveyard.',1,1,0,0,0,0, '');
-
-/* -- Add scripts to Wintergrasp spirit guide gossip
--- !!!should be scripted by SAI or cpp script!!!
-UPDATE `gossip_menu_option` SET `action_script_id`=1012800 WHERE `menu_id` IN (10128,10129) AND `id`=0;
-UPDATE `gossip_menu_option` SET `action_script_id`=1012801 WHERE `menu_id` IN (10128,10129) AND `id`=1;
-UPDATE `gossip_menu_option` SET `action_script_id`=1012802 WHERE `menu_id` IN (10128,10129) AND `id`=2;
-UPDATE `gossip_menu_option` SET `action_script_id`=1012803 WHERE `menu_id` IN (10128,10129) AND `id`=3;
-UPDATE `gossip_menu_option` SET `action_script_id`=1012804 WHERE `menu_id` IN (10128,10129) AND `id`=4;
-UPDATE `gossip_menu_option` SET `action_script_id`=1012805 WHERE `menu_id`=10128 AND `id`=5;
-UPDATE `gossip_menu_option` SET `action_script_id`=1012806 WHERE `menu_id`=10129 AND `id`=5;
-
--- Add Teleport graveyard Spells to gossip scripts
-DELETE FROM `gossip_scripts` WHERE `id` IN (1012800,1012801,1012802,1012803,1012804,1012805,1012806);
-INSERT INTO `gossip_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`) VALUES
-(1012800,0,33,0,0),(1012800,0,15,59760,1),
-(1012801,0,33,0,0),(1012801,0,15,59762,1),
-(1012802,0,33,0,0),(1012802,0,15,59763,1),
-(1012803,0,33,0,0),(1012803,0,15,59766,1),
-(1012804,0,33,0,0),(1012804,0,15,59767,1),
-(1012805,0,33,0,0),(1012805,0,15,59769,1),
-(1012806,0,33,0,0),(1012806,0,15,59765,1);
-
--- Add scripts to Wintergrasp engineers
--- already done by engineer's script
-UPDATE `gossip_menu_option` SET `action_script_id`=990400 WHERE `menu_id` IN (9904,9923) AND `id`=0;
-UPDATE `gossip_menu_option` SET `action_script_id`=990401 WHERE `menu_id` IN (9904,9923) AND `id`=1;
-UPDATE `gossip_menu_option` SET `action_script_id`=990402 WHERE `menu_id` IN (9904) AND `id`=2;
-UPDATE `gossip_menu_option` SET `action_script_id`=990403 WHERE `menu_id` IN (9923) AND `id`=2;
-
--- Add create vehicle Spells to gossip scripts
-DELETE FROM `gossip_scripts` WHERE `id` IN (990400,990401,990402);
-INSERT INTO `gossip_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`) VALUES
-(990400,0,33,0,0),(990400,0,15,56663,1),
-(990401,0,33,0,0),(990401,0,15,56575,1),
-(990402,0,33,0,0),(990402,0,15,61408,1),
-(990403,0,33,0,0),(990403,0,15,56661,1);
-*/
diff --git a/Wintergrasp_temp/WG_Quests.sql b/Wintergrasp_temp/WG_Quests.sql
deleted file mode 100644
index d456f5d5e71..00000000000
--- a/Wintergrasp_temp/WG_Quests.sql
+++ /dev/null
@@ -1,16 +0,0 @@
--- Wintergrasp Quests - Horde
-UPDATE `quest_template` SET `ExclusiveGroup`=13180 WHERE `id` IN (13180,13178); -- Slay them all!
-UPDATE `quest_template` SET `ExclusiveGroup`=13185 WHERE `id` IN (13185,13223); -- Stop/Defend the Siege
-UPDATE `quest_template` SET `ExclusiveGroup`=13201 WHERE `id` IN (13201,13194); -- Healing with Roses
-UPDATE `quest_template` SET `ExclusiveGroup`=13199 WHERE `id` IN (13193,13199); -- Bones and Arrows
-UPDATE `quest_template` SET `ExclusiveGroup`=13192 WHERE `id` IN (13192,13202); -- Warding/Jinxing the Walls
-UPDATE `quest_template` SET `ExclusiveGroup`=13200 WHERE `id` IN (13200,13191); -- Fueling the Demolishers
-
--- Wintergrasp Quests - Alliance
-UPDATE `quest_template` SET `ExclusiveGroup`=13179 WHERE `id` IN (13179,13177); -- No Mercy for the Merciless
-UPDATE `quest_template` SET `ExclusiveGroup`=13186 WHERE `id` IN (13186,13222); -- Stop/Defend the Siege
-UPDATE `quest_template` SET `ExclusiveGroup`=13195 WHERE `id` IN (13195,13156); -- A Rare Herb
-UPDATE `quest_template` SET `ExclusiveGroup`=13196 WHERE `id` IN (13196,13154); -- Bones and Arrows
-UPDATE `quest_template` SET `ExclusiveGroup`=13198 WHERE `id` IN (13198,13153); -- Warding the Warriors
-
--- Note: The offered quests (they are in pairs) depend on who controls the keep. npc_wg_quest_giver does that already?
diff --git a/Wintergrasp_temp/WG_creature_info.sql b/Wintergrasp_temp/WG_creature_info.sql
deleted file mode 100644
index e245a0bdf9b..00000000000
--- a/Wintergrasp_temp/WG_creature_info.sql
+++ /dev/null
@@ -1,79 +0,0 @@
-UPDATE `creature_template` SET `exp`=0, `ScriptName`= 'npc_wg_spirit_guide' WHERE `entry`=31841; -- Taunka Spirit Guide
-UPDATE `creature_template` SET `exp`=0, `ScriptName`= 'npc_wg_spirit_guide' WHERE `entry`=31842; -- Dwarven Spirit Guide
-UPDATE `creature_template` SET `exp`=0, `ScriptName`= 'npc_wg_quest_giver' WHERE `entry`=31052; -- Bowyer Randolph
-UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry`=39172; -- Marshal Magruder
-UPDATE `creature_template` SET `npcflag`=`npcflag`|128 WHERE `entry`=30488; -- Travis Day
-UPDATE `creature_template` SET `exp`=0, `ScriptName`= 'npc_wg_quest_giver' WHERE `entry`=31053; -- Primalist Mulfort
-UPDATE `creature_template` SET `dynamicflags`=`dynamicflags`|4, `ScriptName`= 'npc_wg_quest_giver' WHERE `entry`=31107; -- Lieutenant Murp (?)
-UPDATE `creature_template` SET `baseattacktime`=2000,`unit_flags`=`unit_flags`|768 WHERE `entry`=39173; -- Champion Ros'slai
-UPDATE `creature_template` SET `unit_flags`=`unit_flags`|16 WHERE `entry`=30740; -- Valiance Expedition Champion (?)
-UPDATE `creature_template` SET `InhabitType`=7 WHERE `entry`=27852; -- Wintergrasp Control Arms
-UPDATE `creature_template` SET `faction_A`=1732,`faction_H`=1735,`npcflag`=16777216, `spell1`=51421, /* Fire Cannon */ `spell2`=0,`spell3`=0,`spell4`=0,`spell5`=0,`spell6`=0,`spell7`=0,`spell8`=0 WHERE `entry`=28366; -- Wintergrasp Tower Cannon
-UPDATE `creature_template` SET `faction_A`=1732,`faction_H`=1735,`npcflag`=16777216,`unit_flags`=16384,`unit_class`=4,`speed_walk`=1.2,`spell1`=57609, /* Fire Cannon */ `spell2`=0,`spell3`=0,`spell4`=0,`spell5`=0,`spell6`=0,`spell7`=0,`spell8`=0 WHERE `entry`=32629; -- Wintergrasp Siege Turret (H)
-UPDATE `creature_template` SET `faction_A`=1732,`faction_H`=1735,`npcflag`=16777216,`unit_flags`=16384,`unit_class`=4,`speed_walk`=1.2, `spell1`=57609, /* Fire Cannon */ `spell2`=0,`spell3`=0,`spell4`=0,`spell5`=0,`spell6`=0,`spell7`=0,`spell8`=0 WHERE `entry`=28319; -- Wintergrasp Siege Turret (A)
-UPDATE `creature_template` SET `faction_A`=1732,`faction_H`=1735,`npcflag`=16777216,`unit_flags`=16384,`unit_class`=4,`speed_walk`=1.2,`speed_run`=1, `spell1`=54109, /* Ram */ `spell2`=0,`spell3`=0,`spell4`=0,`spell5`=0,`spell6`=0,`spell7`=0,`spell8`=0 WHERE `entry`=32627; -- Wintergrasp Siege Engine (H)
-UPDATE `creature_template` SET `faction_A`=1732,`faction_H`=1735,`npcflag`=16777216,`unit_flags`=16384,`unit_class`=4,`speed_walk`=1.2,`speed_run`=1, `spell1`=54109, /* Ram */ `spell2`=0,`spell3`=0,`spell4`=0,`spell5`=0,`spell6`=0,`spell7`=0,`spell8`=0 WHERE `entry`=28312; -- Wintergrasp Siege Engine (A)
-UPDATE `creature_template` SET `faction_A`=1732,`faction_H`=1735,`npcflag`=16777216,`unit_flags`=16384,`speed_walk`=1.2,`speed_run`=1, `spell1`=54107, /* Ram */ `spell2`=50896, /* Hurl Boulder */ `spell3`=0,`spell4`=0,`spell5`=0,`spell6`=0,`spell7`=0,`spell8`=0 WHERE `entry`=28094; -- Wintergrasp Demolisher
-UPDATE `creature_template` SET `faction_A`=1732,`faction_H`=1735,`npcflag`=16777216,`unit_flags`=16384,`unit_class`=4,`speed_walk`=2.8,`speed_run`=1.71429, `spell1`=57606, /* Plague Barrel */ `spell2`=50989, /* Flame Breath */ `spell3`=0,`spell4`=0,`spell5`=0,`spell6`=0,`spell7`=0,`spell8`=0 WHERE `entry`=27881; -- Wintergrasp Catapult
-UPDATE `creature_template` SET `ScriptName`= 'npc_wg_queue' WHERE `entry` IN (32169,32170,35599,35596,35600,35601,35598,35603,35602,35597,35612,35611); -- <Wintergrasp Battle-Master>
-UPDATE `creature_template` SET `ScriptName`= 'npc_wg_demolisher_engineer' WHERE `entry` IN (30400,30499); -- Goblin Mechanic, Gnomish Engineer
-UPDATE `creature_template` SET `ScriptName`= 'npc_wg_quest_giver' WHERE `entry` IN (31054,31091,31036,31101,31051,31153,31151,31102,31106);
-UPDATE `creature_template` SET `gossip_menu_id`=9904 WHERE `entry`=30400;
-UPDATE `creature_template` SET `gossip_menu_id`=10229 WHERE `entry`=31091;
-
-UPDATE `creature_model_info` SET `bounding_radius`=0.3366,`combat_reach`=1.65,`gender`=0 WHERE `modelid`=27894; -- Knight Dameron
-UPDATE `creature_model_info` SET `bounding_radius`=0.3366,`combat_reach`=1.65,`gender`=0 WHERE `modelid`=31346; -- Marshal Magruder
-UPDATE `creature_model_info` SET `bounding_radius`=0.3366,`combat_reach`=1.65,`gender`=0 WHERE `modelid`=31347; -- Champion Ros'slai
-UPDATE `creature_model_info` SET `bounding_radius`=0.305,`combat_reach`=5,`gender`=2 WHERE `modelid`=25301; -- Wintergrasp Siege Turret
-
-DELETE FROM `creature_template_addon` WHERE `entry` IN (31841,31842,30400,30499,30489,30869,31036,31051,31052,31054,31108,31109,31153,32294,39172,30870,31053,31091,31101,31102,31106,31107,31151,32296,39173,30740,32629,28319,28366,32627,28312,28094,27881,30739);
-INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
-(31841,0,0,1,0, '58729'), -- Taunka Spirit Guide (Spiritual Immunity, Spirit Heal Channel) FIX: Do we need the spell that revives players here (22011)? It has a duration (found in sniffs).
-(31842,0,0,1,0, '58729'), -- Dwarven Spirit Guide This spell (and the spell it triggers, are used in the "ressurect system" in Battleground.cpp
-(30400,0,0,1,0, NULL), -- Goblin Mechanic
-(30499,0,0,1,0, NULL), -- Gnomish Engineer
-(30489,0,0,1,0, NULL), -- Morgan Day
-(30869,0,0,1,0, NULL), -- Arzo Safeflight
-(31036,14337,0,257,0, NULL), -- Commander Zanneth
-(31051,0,0,1,0, NULL), -- Sorceress Kaylana
-(31052,0,0,257,0, NULL), -- Bowyer Randolph
-(31054,0,0,257,0, NULL), -- Anchorite Tessa
-(31108,0,0,257,0, NULL), -- Siege Master Stouthandle
-(31109,0,0,257,0, NULL), -- Senior Demolitionist Legoso
-(31153,6569,0,257,0, NULL), -- Tactical Officer Ahbramis
-(32294,27247,0,1,0, NULL), -- Knight Dameron
-(39172,28912,0,1,0, NULL), -- Marshal Magruder
-(30870,0,0,1,0, NULL), -- Herzo Safeflight
-(31053,0,0,257,0, '18950'), -- Primalist Mulfort (Invisibility and Stealth Detection ... why?)
-(31091,0,0,257,0, '18950'), -- Commander Dardosh (Invisibility and Stealth Detection)
-(31101,0,0,1,0, NULL), -- Hoodoo Master Fu'jin
-(31102,0,0,1,0, NULL), -- Vieron Blazefeather
-(31106,0,0,257,0, NULL), -- Siegesmith Stronghoof
-(31107,0,0,257,0, NULL), -- Lieutenant Murp
-(31151,0,0,257,0, NULL), -- Tactical Officer Kilrath
-(32296,27245,0,1,0, NULL), -- Stone Guard Mukar
-(39173,29261,0,1,0, NULL), -- Champion Ros'slai
-(30740,0,0,257,375, NULL), -- Valiance Expedition Champion
-(32629,0,0,257,0, NULL), -- Wintergrasp Siege Turret
-(28319,0,0,257,0, NULL), -- Wintergrasp Siege Turret
-(28366,0,0,257,0, NULL), -- Wintergrasp Tower Cannon
-(32627,0,0,257,0, NULL), -- Wintergrasp Siege Engine
-(28312,0,0,257,0, NULL), -- Wintergrasp Siege Engine
-(28094,0,0,257,0, NULL), -- Wintergrasp Demolisher
-(27881,0,0,257,0, NULL), -- Wintergrasp Catapult
-(30739,0,0,257,375, NULL); -- Warsong Champion
-
--- Note: Siege Engines, Demolisher faction is guess (vehicles get the faction of his driver)
--- Demolisher spell positions is not confirmed
--- Wintergrasp Tower Cannon H: 1735 A: 1732
-
-/*
-These two npcs already have a scriptname assigned (npc_wg_spiritguide). That core script should make these npcs cast the 22011 spell.
--- Spirit healers SAI
-UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN (31841,31842);
-DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` IN (31841,31842);
-INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
-(31841,0,0,0,1,0,100,0,0,0,30000,30000,11,22011,0,0,0,0,0,1,0,0,0,0,0,0,0, 'cast Spirit Heal Channel every 30 sec'),
-(31842,0,0,0,1,0,100,0,0,0,30000,30000,11,22011,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Dwarven Spirit Guide - cast Spirit Heal Channel every 30 sec');
-*/
-
diff --git a/Wintergrasp_temp/WG_spell_misc.sql b/Wintergrasp_temp/WG_spell_misc.sql
deleted file mode 100644
index 86bbde11393..00000000000
--- a/Wintergrasp_temp/WG_spell_misc.sql
+++ /dev/null
@@ -1,82 +0,0 @@
--- 54640 Teleport (Teleports defenders behind the walls on the Isle of Ulduran, Strand of the Ancients) - FIX THIS?
-DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=54640;
-INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
-(54640,54643,0, 'WG teleporter');
-
--- Spell area
-DELETE FROM `spell_area` WHERE `spell` IN (58730,57940);
-INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_start_active`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`) VALUES
-(58730,4581,0,0,0,0,0,2,1), -- Restricted Flight Area (Wintergrasp Eject)
-(58730,4539,0,0,0,0,0,2,1),
-(58730,4197,0,0,0,0,0,2,1),
-(58730,4585,0,0,0,0,0,2,1),
-(58730,4612,0,0,0,0,0,2,1),
-(58730,4582,0,0,0,0,0,2,1),
-(58730,4583,0,0,0,0,0,2,1),
-(58730,4589,0,0,0,0,0,2,1),
-(58730,4575,0,0,0,0,0,2,1),
-(58730,4538,0,0,0,0,0,2,1),
-(58730,4577,0,0,0,0,0,2,1),
-(57940,65,0,0,0,0,0,2,1), -- Essence of Wintergrasp
-(57940,66,0,0,0,0,0,2,1),
-(57940,67,0,0,0,0,0,2,1),
-(57940,206,0,0,0,0,0,2,1),
-(57940,210,0,0,0,0,0,2,1),
-(57940,394,0,0,0,0,0,2,1),
-(57940,395,0,0,0,0,0,2,1),
-(57940,1196,0,0,0,0,0,2,1),
-(57940,2817,0,0,0,0,0,2,1),
-(57940,3456,0,0,0,0,0,2,1),
-(57940,3477,0,0,0,0,0,2,1),
-(57940,3537,0,0,0,0,0,2,1),
-(57940,3711,0,0,0,0,0,2,1),
-(57940,4100,0,0,0,0,0,2,1),
-(57940,4196,0,0,0,0,0,2,1),
-(57940,4228,0,0,0,0,0,2,1),
-(57940,4264,0,0,0,0,0,2,1),
-(57940,4265,0,0,0,0,0,2,1),
-(57940,4272,0,0,0,0,0,2,1),
-(57940,4273,0,0,0,0,0,2,1),
-(57940,4395,0,0,0,0,0,2,1),
-(57940,4415,0,0,0,0,0,2,1),
-(57940,4416,0,0,0,0,0,2,1),
-(57940,4493,0,0,0,0,0,2,1),
-(57940,4494,0,0,0,0,0,2,1),
-(57940,4603,0,0,0,0,0,2,1);
-
-DELETE FROM `spell_area` WHERE `spell` IN (56618, 56617);
-INSERT INTO `spell_area` (`spell`,`area`,`autocast`) VALUES
-(56618, 4538, 1),
-(56617, 4538, 1),
-(56618, 4539, 1),
-(56617, 4539, 1),
-(56618, 4611, 1),
-(56617, 4611, 1),
-(56618, 4612, 1),
-(56617, 4612, 1);
-
--- Spell scripts. replace with SAI
-DELETE FROM `spell_scripts` WHERE `id`=49899;
-INSERT INTO `spell_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES
-(49899,0,1,406,0,0,0,0,0,0); -- Activate Robotic Arms
-
--- Spell Target position for Wintergrasp Graveyard spells
-DELETE FROM `spell_target_position` WHERE `id` IN (59760,59762,59763,59765,59766,59767,59769);
-INSERT INTO `spell_target_position` (`id`,`target_map`,`target_position_x`,`target_position_y`,`target_position_z`,`target_orientation`) VALUES
-(59760,571,5537.986,2897.493,517.057,4.819249), -- Teleport: Fortress Graveyard
-(59762,571,5104.750,2300.940,368.579,0.733038), -- Teleport: Sunken Ring "area 4538"
-(59763,571,5099.120,3466.036,368.484,5.317802), -- Teleport: Broken Temple "area 4539 & 4589"
-(59765,571,5032.454,3711.382,372.468,3.971623), -- Teleport: Horde Landing Zone
-(59766,571,4331.716,3235.695,390.251,0.008500), -- Teleport: Westspark Factory Graveyard "area 4611"
-(59767,571,4314.648,2408.522,392.642,6.268125), -- Teleport: Eastspark Factory Graveyard "area 4612"
-(59769,571,5140.790,2179.120,390.950,1.972220); -- Teleport: Alliance Landing Zone
-
-DELETE FROM `spell_script_names` WHERE `spell_id` IN (61409, 56662, 56664, 56659, 49899, 61178);
-INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
-(61409, 'spell_wintergrasp_force_building'),
-(56659, 'spell_wintergrasp_force_building'),
-(56662, 'spell_wintergrasp_force_building'),
-(56664, 'spell_wintergrasp_force_building'),
-(49899, 'spell_wintergrasp_force_building'),
-(61178, 'spell_wintergrasp_grab_passenger');
-
diff --git a/Wintergrasp_temp/WG_texts.sql b/Wintergrasp_temp/WG_texts.sql
deleted file mode 100644
index 090c5350c74..00000000000
--- a/Wintergrasp_temp/WG_texts.sql
+++ /dev/null
@@ -1,108 +0,0 @@
--- Unused yet:
--- Wintergrasp is under attack!
--- Wintergrasp Fortress is under attack!
--- Winter's Edge Tower is under attack!
--- Eastern Bridge is under attack!
--- Western Bridge is under attack!
--- Westspark Bridge is under attack!
--- Flamewatch Tower is under attack!
-
--- 'You have reached Rank 1: Corporal' Sent to player by raid leader
--- 'You have reached Rank 2: First Lieutenant' Sent to player by raid leader
-
--- Wintergrasp coreside texts
-DELETE FROM `trinity_string` WHERE `entry` BETWEEN 12050 AND 12072;
-INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`)VALUES
-(12050, '%s has been captured by %s ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12051, '%s is under attack by %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12052, 'The Broken Temple siege workshop', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12053, 'Eastspark siege workshop', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12054, 'Westspark siege workshop', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12055, 'The Sunken Ring siege workshop', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12057, 'Alliance', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12056, 'Horde', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12058, 'The battle for Wintergrasp is about to begin!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12059, 'You have reached Rank 1: Corporal', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12060, 'You have reached Rank 2: First Lieutenant', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12061, 'The south-eastern keep tower', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12062, 'The north-eastern keep tower', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12063, 'The south-western keep tower', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12064, 'The north-western keep tower', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12065, '%s has been damaged !', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12066, '%s has been destroyed!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12067, 'The battle for Wintergrasp begin!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12068, '%s has successfully defended the Wintergrasp fortress!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12069, 'The southern tower', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12070, 'The eastern tower', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12071, 'The western tower', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
-(12072, 'The Wintergrasp fortress has been captured by %s !', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
-
--- Wintergrasp script texts
-DELETE FROM `script_texts` WHERE entry BETWEEN -1850507 AND -1850500;
-INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`)VALUES
-(0, -1850500, 'Guide me to the Fortress Graveyard.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, ''),
-(0, -1850501, 'Guide me to the Sunken Ring Graveyard.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, ''),
-(0, -1850502, 'Guide me to the Broken Temple Graveyard.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, ''),
-(0, -1850503, 'Guide me to the Westspark Graveyard.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, ''),
-(0, -1850504, 'Guide me to the Eastspark Graveyard.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, ''),
-(0, -1850505, 'Guide me back to the Horde landing camp.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, ''),
-(0, -1850506, 'Guide me back to the Alliance landing camp.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, ''),
-(0, -1850507, 'Se mettre dans la file pour le Joug-d''hiver.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, ''); -- (Needs proper english text, maybe "Get in the queue for Wintergrasp."?)
-
--- New support-commands for battlefield class
-DELETE FROM `command` WHERE name IN ('bf start', 'bf stop', 'bf enable', 'bf switch', 'bf timer');
-INSERT INTO `command` (`name`,`security`,`help`) VALUES
-('bf start',3,'Syntax: .bf start #battleid'),
-('bf stop',3,'Syntax: .bf stop #battleid'),
-('bf enable',3,'Syntax: .bf enable #battleid'),
-('bf switch',3,'Syntax: .bf switch #battleid'),
-('bf timer',3,'Syntax: .bf timer #battleid #timer');
-
--- NPC talk text insert from sniff
-DELETE FROM `creature_text` WHERE `entry`=15214 AND `groupid` BETWEEN 0 AND 30;
-DELETE FROM `creature_text` WHERE `entry` IN (31036,31091) AND `groupid` BETWEEN 0 AND 3;
-DELETE FROM `creature_text` WHERE `entry` IN (31108,31109,34924) AND `groupid`=0;
-INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
-(15214,0,0, 'Let the battle begin!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,1,0, 'The southern tower has been damaged!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,2,0, 'The southern tower has been destroyed!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,3,0, 'The eastern tower has been damaged!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,4,0, 'The eastern tower has been destroyed!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,5,0, 'The western tower has been damaged!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,6,0, 'The western tower has been destroyed!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,7,0, 'The north-western keep tower has been damaged!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,8,0, 'The north-western keep tower has been destroyed!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,9,0, 'The south-eastern keep tower has been damaged!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,10,0, 'The south-eastern keep tower has been destroyed!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,11,0, 'The Broken Temple siege workshop has been attacked by the Alliance!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,12,0, 'The Broken Temple siege workshop has been captured by the Alliance!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,13,0, 'The Broken Temple siege workshop has been attacked by the Horde!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,14,0, 'The Broken Temple siege workshop has been captured by the Horde!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,15,0, 'The Eastspark siege workshop has been attacked by the Alliance!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,16,0, 'The Eastspark siege workshop has been captured by the Alliance!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,17,0, 'The Eastspark siege workshop has been attacked by the Horde!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,18,0, 'The Eastspark siege workshop has been captured by the Horde!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,19,0, 'The Sunken Ring siege workshop has been attacked by the Alliance!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,20,0, 'The Sunken Ring siege workshop has been captured by the Alliance!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,21,0, 'The Sunken Ring siege workshop has been attacked by the Horde!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,22,0, 'The Sunken Ring siege workshop has been captured by the Horde!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,23,0, 'The Westspark siege workshop has been attacked by the Alliance!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,24,0, 'The Westspark siege workshop has been captured by the Alliance!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,25,0, 'The Westspark siege workshop has been attacked by the Horde!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,26,0, 'The Westspark siege workshop has been captured by the Horde!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,27,0, 'The Alliance has defended Wintergrasp Fortress!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,28,0, 'The Alliance has captured Wintergrasp Fortress!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,29,0, 'The Horde has defended Wintergrasp Fortress!',3,0,100,0,0,0, 'Invisible Stalker'),
-(15214,30,0, 'The Horde has captured Wintergrasp Fortress!',3,0,100,0,0,0, 'Invisible Stalker'),
--- Not sure if all Alliance text is here, need horde text
-(31036,0,0, 'The first of the Horde towers has fallen! Destroy all three and we will hasten their retreat!',1,7,100,0,0,0, 'Commander Zanneth'),
-(31036,1,0, 'The second tower has fallen! Destroy the final tower and we will hasten their retreat!',1,7,100,0,0,0, 'Commander Zanneth'),
-(31036,2,0, 'The Horde towers have fallen! We have forced their hand. Finish off the remaining forces!',1,7,100,0,0,0, 'Commander Zanneth'),
-(31036,3,0, 'Show those animals no mercy, $n!',0,7,100,0,0,0, 'Commander Zanneth'),
-(31091,0,0, 'The first of the Alliance towers has fallen! Destroy all three and we will hasten their retreat!',1,7,100,0,0,0, 'Commander Dardosh'),
-(31091,1,0, 'Lok''tar! The second tower falls! Destroy the final tower and we will hasten their retreat!',1,7,100,0,0,0, 'Commander Dardosh'),
-(31091,2,0, 'The Alliance towers have fallen! We have forced their hand. Finish off the remaining forces!',1,7,100,0,0,0, 'Commander Dardosh'),
-(31091,3,0, 'Show those animals no mercy, $n!',0,7,100,0,0,0, 'Commander Dardosh'), -- ???
-(31108,0,0, 'Stop the Horde from retrieving the embers, $n. We cannot risk them having the advantage when the battle resumes!',0,7,100,0,0,0, 'Siege Master Stouthandle'),
-(31109,0,0, 'Destroy their foul machines of war, $n!',0,7,100,0,0,0, 'Senior Demolitionist Legoso'),
-(34924,0,0, 'The gates have been breached! Defend the keep!',1,0,100,0,0,0, 'High Commander Halford Wyrmbane');