mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2022_12_06_07 -> 2022_12_06_08
|
||||||
-- Normal Mode regular creatures award 5 rep. Heroic awards 15
|
-- Normal Mode regular creatures award 5 rep. Heroic awards 15
|
||||||
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5, `RewOnKillRepValue2` = 5 WHERE `creature_id` IN (
|
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5, `RewOnKillRepValue2` = 5 WHERE `creature_id` IN (
|
||||||
17370, -- Laughing Skull Enforcer
|
17370, -- Laughing Skull Enforcer
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
|
-- DB update 2022_12_06_08 -> 2022_12_06_09
|
||||||
-- Set IMMUNE_TO_PC & IMMUNE_TO_NPC
|
-- Set IMMUNE_TO_PC & IMMUNE_TO_NPC
|
||||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE (`entry` = 18161);
|
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE (`entry` = 18161);
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
|
-- DB update 2022_12_06_09 -> 2022_12_06_10
|
||||||
-- NOT_SELECTABLE, IMMUNE_TO_PC, IMMUNE_TO_NPC
|
-- NOT_SELECTABLE, IMMUNE_TO_PC, IMMUNE_TO_NPC
|
||||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33555200 WHERE `entry` IN (24222, 17378, 17407, 17408);
|
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33555200 WHERE `entry` IN (24222, 17378, 17407, 17408);
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2022_12_06_10 -> 2022_12_06_11
|
||||||
-- Adds stealth detect aura
|
-- Adds stealth detect aura
|
||||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 17624);
|
DELETE FROM `creature_template_addon` WHERE (`entry` = 17624);
|
||||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||||
Reference in New Issue
Block a user