parent
c5ea8a7478
commit
195c99124c
5 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_02_19_01 -> 2023_02_19_02
|
||||
--
|
||||
DELETE FROM `npc_vendor` WHERE `entry` = 20130;
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128) WHERE `entry` = 20130;
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_02_19_02 -> 2023_02_19_03
|
||||
--
|
||||
DELETE FROM `waypoints` WHERE `entry`=17848;
|
||||
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_02_19_03 -> 2023_02_19_04
|
||||
--
|
||||
UPDATE `creature_onkill_reputation` SET `MaxStanding1`=4 WHERE `creature_id` IN (18394,18429);
|
||||
DELETE FROM `creature_onkill_reputation` WHERE `creature_id` IN (20262,20252);
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2023_02_19_04 -> 2023_02_19_05
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_type`=0, `event_param1`=2000, `event_param2`=6000, `event_param3`=12000, `target_type`=5, `target_param1`=25 WHERE `entryorguid`=18311 AND `source_type`=0 AND `id`=4;
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2023_02_19_05 -> 2023_02_19_06
|
||||
-- Fenrus the Devourer - Increase MaxDistance from 100 to 200
|
||||
UPDATE `smart_scripts` SET `target_param2` = 200 WHERE `entryorguid` = 4274 AND `target_param1` = 4275;
|
||||
Loading…
Add table
Add a link
Reference in a new issue