mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
DB/Misc: N/A (#685)
* Lord Thorval missing creature_text * Warsong Recruitment Officer - Gossip (Hellscream's Vigil) * startup errors
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1508171605836767200');
|
||||
|
||||
-- Lord Thorval
|
||||
SET @ENTRY := 28472;
|
||||
DELETE FROM `creature_text` WHERE `entry`=@ENTRY;
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`, `BroadcastTextId`) VALUES
|
||||
(@ENTRY, 0, 0, 'As disciples of blood, you strive to master the very lifeforce of your enemies.', 12, 0, 100, 1, 0, 0, 'Lord Thorval', 29867),
|
||||
(@ENTRY, 1, 0, 'Be it by blade or incantation, blood feeds our attacks and weakens our foes.', 12, 0, 100, 1, 0, 0, 'Lord Thorval', 29868),
|
||||
(@ENTRY, 2, 0, 'True masters learn to make blood serve more than just their strength in battle.', 12, 0, 100, 1, 0, 0, 'Lord Thorval', 29869),
|
||||
(@ENTRY, 3, 0, 'Stripping energy from our foes, both fighting and fallen, allows us to persevere where lesser beigns falls exhausted.', 12, 0, 100, 1, 0, 0, 'Lord Thorval', 29870),
|
||||
(@ENTRY, 4, 0, 'And every foe that falls, energy sapped and stolen, only further fuels our assault.', 12, 0, 100, 1, 0, 0, 'Lord Thorval', 29871),
|
||||
(@ENTRY, 5, 0, 'As masters of blood, we know battle without end...', 12, 0, 100, 1, 0, 0, 'Lord Thorval', 29872),
|
||||
(@ENTRY, 6, 0, 'We know hunger never to be quenched...', 12, 0, 100, 1, 0, 0, 'Lord Thorval', 29873),
|
||||
(@ENTRY, 7, 0, 'We know power never to be overcome...', 12, 0, 100, 1, 0, 0, 'Lord Thorval', 29874),
|
||||
(@ENTRY, 8, 0, 'As masters of blood, we are masters of life and death itself. Agains us, even hope falls drained and lifeless.', 12, 0, 100, 1, 0, 0, 'Lord Thorval', 29875);
|
||||
@@ -0,0 +1,9 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1508171834127824700');
|
||||
|
||||
-- Warsong Recruitment Officer - Gossip (Hellscream's Vigil)
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND (`SourceEntry`=11586 OR `SourceEntry`=11585);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`,`Comment`) VALUES
|
||||
(19, 11585, 14, 10172, "Accept quest 11585 - Quest 10172 needs to be incomplete"),
|
||||
(19, 11586, 8, 10172, "Accept quest 11586 - Quest 10172 needs to be rewarded");
|
||||
|
||||
UPDATE `quest_template_addon` SET `ExclusiveGroup`=11585 WHERE `ID` IN (11585,11586);
|
||||
@@ -0,0 +1,6 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1508172729879058700');
|
||||
|
||||
-- Fix Startup Errors
|
||||
UPDATE `creature_addon` SET `auras`='' WHERE `guid`=6432;
|
||||
UPDATE `creature_template` SET `skinloot`=80102 WHERE `entry` IN (18343, 20268);
|
||||
DELETE FROM `creature_addon` WHERE `guid`=3574;
|
||||
Reference in New Issue
Block a user