Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sql/updates/world/2013_07_11_01_world_spell_area.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DELETE FROM `spell_area` WHERE `spell`=57940 AND `area`=4277;
INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`,`quest_end_status`) VALUES
(57940,4277,0,0,0,0,2,1,64,11);
110 changes: 110 additions & 0 deletions sql/updates/world/2013_07_11_02_world_brew_of_the_year.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
SET @CGUID := 267982;

DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+24;
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
(@CGUID+1,27814,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+2,27813,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+3,27811,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+4,27815,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+5,27817,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+6,27806,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+7,27806,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+8,27818,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+9,27819,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+10,27816,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+11,27812,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+12,27820,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0),
(@CGUID+13,27810,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+14,27815,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+15,27811,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+16,27819,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+17,27816,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+18,27812,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+19,27820,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+20,27813,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+21,27817,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+22,27814,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+23,27818,1,1,1,0,0,1475.8,-4210.23,43.1424,4.11898,600,0,0,2215,0,0,0,0,0),
(@CGUID+24,27810,0,1,1,0,0,-4843.8,-861.921,501.914,4.87919,600,0,0,2215,0,0,0,0,0);

DELETE FROM `game_event_creature` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+24;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(70,@CGUID+1),
(69,@CGUID+2),
(67,@CGUID+3),
(71,@CGUID+4),
(73,@CGUID+5),
(65,@CGUID+6),
(65,@CGUID+7),
(74,@CGUID+8),
(75,@CGUID+9),
(72,@CGUID+10),
(68,@CGUID+11),
(76,@CGUID+12),
(66,@CGUID+13),
(71,@CGUID+14),
(67,@CGUID+15),
(75,@CGUID+16),
(72,@CGUID+17),
(68,@CGUID+18),
(76,@CGUID+19),
(69,@CGUID+20),
(73,@CGUID+21),
(70,@CGUID+22),
(74,@CGUID+23),
(66,@CGUID+24);

DELETE FROM `creature_template_addon` WHERE `entry` IN (27806,27810,27811,27812,27813,27814,27815,27816,27817,27818,27819,27820);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
(27806,'0',0,'0',1,0,NULL),
(27810,'0',0,'0',1,0,NULL),
(27811,'0',0,'0',1,0,NULL),
(27812,'0',0,'0',1,0,NULL),
(27813,'0',0,'0',1,0,NULL),
(27814,'0',0,'0',1,0,NULL),
(27815,'0',0,'0',1,0,NULL),
(27816,'0',0,'0',1,0,NULL),
(27817,'0',0,'0',1,0,NULL),
(27818,'0',0,'0',1,0,NULL),
(27819,'0',0,'0',1,0,NULL),
(27820,'0',0,'0',1,0,NULL);

DELETE FROM `npc_vendor` WHERE `entry` IN (27806,27810,27811,27812,27813,27814,27815,27816,27817,27818,27819,27820);
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`) VALUES
(27806,0,37898,0,'0',0),
(27810,0,37899,0,'0',0),
(27811,0,37900,6,'0',0),
(27812,0,37901,0,'0',0),
(27813,0,37902,0,'0',0),
(27814,0,37903,0,'0',0),
(27815,0,37904,0,'0',0),
(27816,0,37905,0,'0',0),
(27817,0,37906,0,'0',0),
(27818,0,37907,0,'0',0),
(27819,0,37908,0,'0',0),
(27820,0,37909,0,'0',0);

DELETE FROM `game_event` WHERE `eventEntry` BETWEEN 65 AND 76;
INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, `length`, `holiday`, `description`, `world_event`, `announce`) VALUES
(65,'2010-01-01 00:01:00','2020-01-31 23:59:00','525600','44640',0,'January',0,2),
(66,'2010-02-01 00:01:00','2020-02-29 23:59:00','525600','40320',0,'February',0,2),
(67,'2010-03-01 00:01:00','2020-03-31 23:59:00','525600','44640',0,'March',0,2),
(68,'2010-04-01 00:01:00','2020-04-30 23:59:00','525600','43200',0,'April',0,2),
(69,'2010-05-01 00:01:00','2020-05-31 23:59:00','525600','44640',0,'May',0,2),
(70,'2010-06-01 00:01:00','2020-06-30 23:59:00','525600','43200',0,'June',0,2),
(71,'2010-07-01 00:01:00','2020-07-31 23:59:00','525600','44640',0,'July',0,2),
(72,'2010-08-01 00:01:00','2020-08-31 23:59:00','525600','44640',0,'August',0,2),
(73,'2010-09-01 00:01:00','2020-09-30 23:59:00','525600','43200',0,'September',0,2),
(74,'2010-10-01 00:01:00','2020-10-31 23:59:00','525600','44640',0,'October',0,2),
(75,'2010-11-01 00:01:00','2020-11-30 23:59:00','525600','43200',0,'November',0,2),
(76,'2010-12-01 00:01:00','2020-12-31 23:59:00','525600','44640',0,'December',0,2);

UPDATE `creature_template` SET `gossip_menu_id`=9549, `npcflag`=129 WHERE `entry` IN (27806,27810,27811,27812,27813,27814,27815,27816,27817,27818,27819,27820);

DELETE FROM `gossip_menu_option` WHERE `menu_id`=9549 AND `id`=0;
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
(9549,0,1,'I\'d like to buy this month\'s brew.',3,128,0,0,0,0,NULL);

DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9549 AND `SourceEntry`=0 AND `SourceId`=0 AND `ElseGroup`=0 AND `ConditionTypeOrReference`=17 AND `ConditionTarget`=0 AND `ConditionValue1`=2796 AND `ConditionValue2`=0 AND `ConditionValue3`=0;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
(15,9549,0,0,0,17,0,2796,0,0,0,0,0,'0','Brew of the month vendor should only sell to members of the club.');
3 changes: 3 additions & 0 deletions sql/updates/world/2013_07_16_00_world_creature_text.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE `creature_text` SET `type`=14,`sound`=13464 WHERE `entry`=26687 AND `groupid`=0 AND `id`=0;
UPDATE `creature_text` SET `type`=14,`sound`=13465 WHERE `entry`=26687 AND `groupid`=1 AND `id`=0;
UPDATE `creature_text` SET `type`=14,`sound`=13466 WHERE `entry`=26687 AND `groupid`=1 AND `id`=1;
8 changes: 8 additions & 0 deletions sql/updates/world/2013_07_17_00_world_creature.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SET @GUID := 268007;
DELETE FROM `creature` WHERE `guid`=@GUID;
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES
(@GUID,28107,571,1,1,0,0,5116.65,5469.73,-91.7097,1.6057,300,0,0,117700,3809,0,0,0,0);

DELETE FROM `creature_template_addon` WHERE `entry`=28107;
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
(28107,0,0,65536,1,0,'52215');
5 changes: 5 additions & 0 deletions sql/updates/world/2013_07_17_01_world_spell_area.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DELETE FROM `spell_area` WHERE `spell`=52217 AND `area`=4288;
INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`,`quest_end_status`) VALUES
(52217,4288,12705,12705,0,0,2,1,74,11),
(52217,4288,12761,12761,0,0,2,1,74,11),
(52217,4288,12762,12762,0,0,2,1,74,11);
8 changes: 8 additions & 0 deletions sql/updates/world/2013_07_18_00_world_creature.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SET @GUID := 268008;
DELETE FROM `creature` WHERE `guid`=@GUID;
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES
(@GUID,28106,571,1,1,0,0,4891.31,5905.05,-40.6086,3.66024,300,0,0,117700,3809,0,0,0,0);

DELETE FROM `creature_template_addon` WHERE `entry`=28106;
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
(28106,0,0,65536,1,0,'52215');
5 changes: 5 additions & 0 deletions sql/updates/world/2013_07_18_01_world_spell_area.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DELETE FROM `spell_area` WHERE `spell`=52217 AND `area`=4287;
INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`,`quest_end_status`) VALUES
(52217,4287,12703,12703,0,0,2,1,74,11),
(52217,4287,12759,12759,0,0,2,1,74,11),
(52217,4287,12760,12760,0,0,2,1,74,11);
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Mark of Hakkar, Hakkari Breastplate and Hakkari Shroud shouldn't drop from Oozeling.
DELETE FROM `creature_loot_template` WHERE `entry`=8257 AND `item` IN (10780,10781,10782);
76 changes: 76 additions & 0 deletions sql/updates/world/2013_07_19_01_world_creature.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
SET @GUID := 268008;
DELETE FROM `creature` WHERE `guid` BETWEEN @GUID+1 AND @GUID+51;
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES
(@GUID+1,31413,571,1,8,0,0,5894.55,2005.59,515.171,5.55538,300,0,0,12175,0,0,0,0,0),
(@GUID+2,31413,571,1,8,0,0,5867.44,2050.55,504.004,-1.27405,300,0,0,12175,0,0,0,0,0),
(@GUID+3,31413,571,1,8,0,0,5874.75,2022.04,506.454,5.80445,300,0,0,12175,0,0,0,0,0),
(@GUID+4,31413,571,1,8,0,0,5870.32,2018.4,505.655,0.290755,300,0,0,12175,0,0,0,0,0),
(@GUID+5,31413,571,1,8,0,0,5855.25,2110.61,504.665,0.949044,300,0,0,12175,0,0,0,0,0),
(@GUID+6,31413,571,1,8,0,0,5840.38,2101.82,503.871,-0.711977,300,0,0,12175,0,0,0,0,0),
(@GUID+7,31413,571,1,8,0,0,5867.42,2043.59,503.88,5.12847,300,0,0,12175,0,0,0,0,0),
(@GUID+8,31413,571,1,8,0,0,5833.39,1970.85,504.473,3.08871,300,0,0,12175,0,0,0,0,0),
(@GUID+9,31413,571,1,8,0,0,5798.64,1962.52,503.869,5.66057,300,0,0,12175,0,0,0,0,0),
(@GUID+10,31413,571,1,8,0,0,5723.53,1942.12,505.543,1.83033,300,0,0,12175,0,0,0,0,0),
(@GUID+11,31413,571,1,8,0,0,5710.5,1977.99,503.933,4.30123,300,0,0,12175,0,0,0,0,0),
(@GUID+12,31440,571,1,8,0,0,5907.3,1998.58,517.166,2.79253,300,0,0,12600,0,0,0,0,0),
(@GUID+13,31646,571,1,12,0,0,5788.61,1993.96,435.379,3.61283,300,0,0,5468,0,0,0,0,0),
(@GUID+14,31646,571,1,12,0,0,5767.92,2058.6,475.933,4.43314,300,0,0,5468,0,0,0,0,0),
(@GUID+15,31646,571,1,12,0,0,5764.21,2045.8,501.51,5.16617,300,0,0,5468,0,0,0,0,0),
(@GUID+16,31646,571,1,12,0,0,5818.83,2034.41,503.401,0.977384,300,0,0,5468,0,0,0,0,0),
(@GUID+17,31646,571,1,12,0,0,5763.88,2043.71,493.904,3.10669,300,0,0,5468,0,0,0,0,0),
(@GUID+18,31646,571,1,12,0,0,5784.87,2020.84,491.883,0.436332,300,0,0,5468,0,0,0,0,0),
(@GUID+19,31646,571,1,12,0,0,5815.77,2043.8,503.376,4.15388,300,0,0,5468,0,0,0,0,0),
(@GUID+20,31646,571,1,12,0,0,5703.19,1997.12,120.59,3.66519,300,0,0,5468,0,0,0,0,0),
(@GUID+21,31646,571,1,12,0,0,5680.4,2073.6,-20.9191,1.48353,300,0,0,5468,0,0,0,0,0),
(@GUID+22,31646,571,1,12,0,0,5685.62,2088.3,279.934,3.80482,300,0,0,5468,0,0,0,0,0),
(@GUID+23,31646,571,1,12,0,0,5688.02,2092.32,455.63,2.46091,300,0,0,5468,0,0,0,0,0),
(@GUID+24,31413,571,1,8,0,0,5657.55,1975.32,507.441,2.44226,300,0,0,12175,0,0,0,0,0),
(@GUID+25,31413,571,1,8,0,0,5745.8,1961.52,503.906,2.22684,300,0,0,12175,0,0,0,0,0),
(@GUID+26,31413,571,1,8,0,0,5786.44,1941.91,505.149,2.36934,300,0,0,12175,0,0,0,0,0),
(@GUID+27,31413,571,1,8,0,0,5661.63,2067.38,503.874,4.54929,300,0,0,12175,0,0,0,0,0),
(@GUID+28,31413,571,1,8,0,0,5668.35,2009.43,503.913,4.03578,300,0,0,12175,0,0,0,0,0),
(@GUID+29,31413,571,1,8,0,0,5642.46,2101.26,506.525,3.31096,300,0,0,12175,0,0,0,0,0),
(@GUID+30,31413,571,1,8,0,0,5631.38,2042.77,507.283,3.46019,300,0,0,12175,0,0,0,0,0),
(@GUID+31,31413,571,1,8,0,0,5678.41,2089.52,503.9,5.06101,300,0,0,12175,0,0,0,0,0),
(@GUID+32,31413,571,1,8,0,0,5673.21,2141.14,506.24,1.7791,300,0,0,12175,0,0,0,0,0),
(@GUID+33,31413,571,1,8,0,0,5714.69,2139,503.896,3.36816,300,0,0,12175,0,0,0,0,0),
(@GUID+34,31413,571,1,8,0,0,5752.81,2150.26,503.91,1.302,300,0,0,12175,0,0,0,0,0),
(@GUID+35,31413,571,1,8,0,0,5743.7,2171.87,505.784,0.322801,300,0,0,12175,0,0,0,0,0),
(@GUID+36,31413,571,1,8,0,0,5823.38,2141.98,503.957,-0.742144,300,0,0,12175,0,0,0,0,0),
(@GUID+37,31435,571,1,8,0,0,5885.64,1992,514.434,2.80998,300,0,0,12175,0,0,0,0,0),
(@GUID+38,31435,571,1,8,0,0,5849.76,2100.43,503.862,4.68845,300,0,0,12175,0,0,0,0,0),
(@GUID+39,31435,571,1,8,0,0,5879.42,2100.57,509.02,3.56047,300,0,0,12175,0,0,0,0,0),
(@GUID+40,31435,571,1,8,0,0,5893.94,2024.53,513.237,2.60054,300,0,0,12175,0,0,0,0,0),
(@GUID+41,31435,571,1,8,0,0,5891.06,2021.51,512.914,2.56563,300,0,0,12175,0,0,0,0,0),
(@GUID+42,31435,571,1,8,0,0,5863.94,2122.72,507.888,3.63029,300,0,0,12175,0,0,0,0,0),
(@GUID+43,31435,571,1,8,0,0,5860.37,2049.72,503.898,-2.35006,300,0,0,12175,0,0,0,0,0),
(@GUID+44,31435,571,1,8,0,0,5705.1,2164.94,506.448,5.14872,300,0,0,12175,0,0,0,0,0),
(@GUID+45,31435,571,1,8,0,0,5744.73,2172.21,505.841,3.46446,300,0,0,12175,0,0,0,0,0),
(@GUID+46,31435,571,1,8,0,0,5848.65,2096.58,503.949,3.36848,300,0,0,12175,0,0,0,0,0),
(@GUID+47,31435,571,1,8,0,0,5863.02,2051.38,503.989,2.80998,300,0,0,12175,0,0,0,0,0),
(@GUID+48,31435,571,1,8,0,0,5783.02,2195.61,512.984,4.36332,300,0,0,12175,0,0,0,0,0),
(@GUID+49,31435,571,1,8,0,0,5788.44,2198.33,513.466,4.15388,300,0,0,12175,0,0,0,0,0),
(@GUID+50,31641,571,1,8,0,0,5755.43,2052.77,483.235,5.21853,300,0,0,5468,0,0,0,0,0),
(@GUID+51,31435,571,1,8,0,0,5780.13,2200.04,513.765,4.45059,300,0,0,12175,0,0,0,0,0);

DELETE FROM `creature_template_addon` WHERE `entry`=31641;
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
(31641,0,0,0,1,0,NULL);

DELETE FROM `creature_equip_template` WHERE `entry`=31435;
INSERT INTO `creature_equip_template` (`entry`,`id`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES
(31435,1,10611,10614,0);

DELETE FROM `spell_area` WHERE `spell`=59087 AND `area`=4522;
DELETE FROM `spell_area` WHERE `spell`=59074 AND `area`=4522;
INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`,`quest_end_status`) VALUE
(59087,4522,13258,13282,0,690,2,1,74,11),
(59074,4522,13386,13392,0,1101,2,1,74,11);

UPDATE `creature_template` SET `minlevel`=79,`maxlevel`=80,`exp`=2,`faction_A`=1980,`faction_H`=1980,`mindmg`=420,`maxdmg`=630,`minrangedmg`=336,`maxrangedmg`=504,`spell1`=13730,`spell2`=25710 WHERE `entry`=31435;
UPDATE `creature_template` SET `minlevel`=79,`maxlevel`=80,`exp`=2,`faction_A`=21,`faction_H`=21,`mindmg`=420,`maxdmg`=630,`attackpower`=157,`minrangedmg`=336,`maxrangedmg`=504,`spell1`=49861,`spell2`=10966,`mingold`=2219,`maxgold`=2219 WHERE `entry`=31413;
UPDATE `creature_template` SET `minlevel`=70,`maxlevel`=70,`exp`=2,`mindmg`=260,`maxdmg`=390,`attackpower`=97,`unit_flags`=33554432,`minrangedmg`=208,`maxrangedmg`=312 WHERE `entry`=31646;
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`exp`=2,`faction_A`=1978,`mindmg`=420,`maxdmg`=630,`attackpower`=157,`minrangedmg`=336,`maxrangedmg`=504,`rangedattackpower`=126 WHERE `entry`=31440;

UPDATE `gameobject` SET `phaseMask`=12 WHERE `id` IN (193401,193400);
UPDATE `creature` SET `phaseMask`=4 WHERE `id` IN (31414,31444,31411);
Loading