parent
4a8039c7a7
commit
177fc23f08
2 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2023_07_29_01 -> 2023_07_30_00
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~(4194304|33554432) WHERE `entry` IN (17862, 20521);
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_07_30_00 -> 2023_07_30_01
|
||||
-- Change from SMART_EVENT_RANGE to SMART_EVENT_AREA_RANGE
|
||||
UPDATE `smart_scripts` SET `event_type`=106, `event_param1`=12000, `event_param2`=15000, `event_param3`=12000, `event_param4`=15000, `event_param5`=8 WHERE `entryorguid`=2276 AND `source_type`=0 AND `id`=3 AND `link`=0;
|
||||
UPDATE `smart_scripts` SET `event_type`=106, `event_param1`=12000, `event_param2`=15000, `event_param3`=12000, `event_param4`=15000, `event_param5`=8 WHERE `entryorguid`=2335 AND `source_type`=0 AND `id`=1 AND `link`=0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue