mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
10
data/sql/updates/db_world/2023_08_19_00.sql
Normal file
10
data/sql/updates/db_world/2023_08_19_00.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2023_08_14_04 -> 2023_08_19_00
|
||||
-- Vile Like Fire! (13071)
|
||||
-- fix Njorndar Proto-Drake vehicle unable to fly
|
||||
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 30564;
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||
(30564, 0, 57493, 12340),
|
||||
(30564, 2, 7769, 12340),
|
||||
(30564, 6, 57403, 12340);
|
||||
-- fix Njorndar Proto-Drake display status on the ground
|
||||
UPDATE `creature_template_movement` SET `Flight`=2 WHERE `CreatureId`=30272;
|
||||
9
data/sql/updates/db_world/2023_08_19_01.sql
Normal file
9
data/sql/updates/db_world/2023_08_19_01.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2023_08_19_00 -> 2023_08_19_01
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q10651_q10692_book_of_fel_names';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(36298, 'spell_q10651_q10692_book_of_fel_names');
|
||||
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 37906) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 31) AND (`ConditionTarget` = 1) AND (`ConditionValue1` = 3) AND (`ConditionValue2` = 21178) AND (`ConditionValue3` = 0);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(17, 0, 37906, 0, 0, 31, 1, 3, 21178, 0, 0, 0, 0, '', 'Book of Fel Names can only target Varedis');
|
||||
Reference in New Issue
Block a user