mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Merge pull request #4482 from MacWarrior/master
SQL: Missing blank end line in some SQL updates
This commit is contained in:
@@ -3,4 +3,4 @@ INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`pr
|
||||
(28012,0,0,'The trickster Mage-Lord Urom protects the third ring. He will appear alone and defenseless, but do not be fooled by appearences! Urom is a powerful conjurer who commands a menagerie of Phantasmal creatures. Seek him out above.',12,0,0,0,0,0,''),
|
||||
(28012,1,1,'Your greatest challenge lies ahead. Ley-Guardian Eregos is a Blue dragon of immense power. You will find him flying above the uppermost ring.',12,0,0,0,0,0,'');
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_image_belgaristrasz' WHERE `entry`=28012;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_image_belgaristrasz' WHERE `entry`=28012;
|
||||
|
||||
@@ -9,4 +9,4 @@ INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,
|
||||
(7178,5,49346,1,''), -- Emerald Drake
|
||||
(7178,12,1,0, ''), -- hc mode only
|
||||
(7179,5,49464,1,''), -- Ruby Drake
|
||||
(7179,12,1,0, ''); -- hc mode only
|
||||
(7179,12,1,0, ''); -- hc mode only
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
-- Fix speed of oculus drakes
|
||||
UPDATE `creature_template_addon` SET `auras`='50325' WHERE `entry` IN (27755,27692,27756);
|
||||
UPDATE `creature_template_addon` SET `auras`='50325' WHERE `entry` IN (27755,27692,27756);
|
||||
|
||||
@@ -1 +1 @@
|
||||
UPDATE `gameobject_template` SET `scriptName` = 'go_ethereal_teleport_pad' WHERE `entry` = 184073; -- Update Ethereal Teleport Pad scriptname
|
||||
UPDATE `gameobject_template` SET `scriptName` = 'go_ethereal_teleport_pad' WHERE `entry` = 184073; -- Update Ethereal Teleport Pad scriptname
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- Greater Fire Elemental script
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_fire_elemental' WHERE `entry`=15438;
|
||||
-- Greater Earth Elemental script
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_earth_elemental' WHERE `entry`=15352;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_earth_elemental' WHERE `entry`=15352;
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (13376,57984);
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`,`ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
|
||||
(13376,0.032,-1,-1,-1,'Greater Fire Elemental - Fire Shield'),
|
||||
(57984,0.4289,-1,-1,-1,'Greater Fire Elemental - Fire Blast');
|
||||
(57984,0.4289,-1,-1,-1,'Greater Fire Elemental - Fire Blast');
|
||||
|
||||
@@ -8,4 +8,4 @@ INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value
|
||||
-- requires Holiday Winter Veil
|
||||
(3936, 16, 141, 0, ''),
|
||||
(3937, 16, 141, 0, ''),
|
||||
(3938, 16, 141, 0, '');
|
||||
(3938, 16, 141, 0, '');
|
||||
|
||||
@@ -7,4 +7,4 @@ INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`pr
|
||||
(22314,0,0,"Woot!",12,0,100,0,0,0,"Captive Child"),
|
||||
(22314,0,1,"I think those weird bird guys were going to eat us. Gross!",12,0,100,0,0,0,"Captive Child"),
|
||||
(22314,0,2,"Yay! We're free!",12,0,100,0,0,0,"Captive Child"),
|
||||
(22314,0,3,"Gross!",12,0,100,0,0,0,"Captive Child");
|
||||
(22314,0,3,"Gross!",12,0,100,0,0,0,"Captive Child");
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry`=4752;
|
||||
INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES
|
||||
(4752,'at_nats_landing');
|
||||
(4752,'at_nats_landing');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
UPDATE `item_template` SET `ScriptName`='' WHERE `entry`=23654;
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q9452_cast_net';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(29866,'spell_q9452_cast_net');
|
||||
(29866,'spell_q9452_cast_net');
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (4829,4820);
|
||||
INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES
|
||||
(4829,'at_brewfest'), -- Durotar
|
||||
(4820,'at_brewfest'); -- Dun Morogh
|
||||
(4820,'at_brewfest'); -- Dun Morogh
|
||||
|
||||
@@ -49,4 +49,4 @@ INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z
|
||||
(@ENTRY,12,4716.9,169.528,53.5005,"Volcor"),
|
||||
(@ENTRY,13,4725.44,180.07,54.7346,"Volcor"),
|
||||
(@ENTRY,14,4734.01,194.431,55.3888,"Volcor"),
|
||||
(@ENTRY,15,4747.92,209.436,53.1076,"Volcor");
|
||||
(@ENTRY,15,4747.92,209.436,53.1076,"Volcor");
|
||||
|
||||
Reference in New Issue
Block a user