parent
5d9913155c
commit
df3bcc2b11
4 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_12_06_07 -> 2022_12_06_08
|
||||
-- Normal Mode regular creatures award 5 rep. Heroic awards 15
|
||||
UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 5, `RewOnKillRepValue2` = 5 WHERE `creature_id` IN (
|
||||
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
|
||||
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
|
||||
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
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 17624);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
Loading…
Add table
Add a link
Reference in a new issue