mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_05_17_00 -> 2022_05_17_01
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 10376;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 10376);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_05_17_01 -> 2022_05_17_02
|
||||
-- (Quest) Coward Delivery... Under 30 Minutes or it's Free - Cast "Call Alliance Deserter" on accept
|
||||
UPDATE `quest_template_addon` SET `SourceSpellID` = 45975 WHERE `ID` = 11711;
|
||||
-- Valiance Keep Officer set NPC and PC immunity flags
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2022_05_17_02 -> 2022_05_17_03
|
||||
-- Goblin Land Mine, remove Hakkar sound on arming
|
||||
UPDATE `creature_text` SET `Sound` = 0 WHERE `CreatureID` = 7527;
|
||||
@@ -1 +1,2 @@
|
||||
-- DB update 2022_05_17_03 -> 2022_05_17_04
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE `entry` = 14834;
|
||||
Reference in New Issue
Block a user