mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_08_04_00 -> 2023_08_06_00
|
||||
--
|
||||
UPDATE `creature_template` SET `pickpocketloot` = 18331 WHERE (`entry` = 20256);
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_08_06_00 -> 2023_08_06_01
|
||||
-- https://www.wowhead.com/wotlk/quest=9433/
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_controller' WHERE `entry` IN (17178, 19405);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_08_06_01 -> 2023_08_06_02
|
||||
--
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_magister_aledis' WHERE `entry` = 20159;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_08_06_02 -> 2023_08_06_03
|
||||
--
|
||||
UPDATE `creature_template` SET `gossip_menu_id` = 7092, `npcflag` = `npcflag`|1 WHERE `entry`=16123;
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` = 7092;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_08_06_03 -> 2023_08_06_04
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 17350;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 17350);
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_08_06_04 -> 2023_08_06_05
|
||||
--
|
||||
UPDATE `item_template` SET `spellppmRate_1` = 1 WHERE (`entry` = 31193);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_08_06_05 -> 2023_08_06_06
|
||||
-- Verog the Dervish
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 3395 AND `source_type` = 0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
Reference in New Issue
Block a user