diff --git a/data/sql/updates/pending_db_world/rev_1731654149568045673.sql b/data/sql/updates/db_world/2024_11_20_01.sql similarity index 95% rename from data/sql/updates/pending_db_world/rev_1731654149568045673.sql rename to data/sql/updates/db_world/2024_11_20_01.sql index a44364270..13547ad3c 100644 --- a/data/sql/updates/pending_db_world/rev_1731654149568045673.sql +++ b/data/sql/updates/db_world/2024_11_20_01.sql @@ -1,3 +1,4 @@ +-- DB update 2024_11_20_00 -> 2024_11_20_01 -- -- SMART_EVENT_IS_IN_MELEE_RANGE invert, SMARTCAST_TRIGGERED, TRIGGERED_IGNORE_POWER_AND_REAGENT_COST UPDATE `smart_scripts` SET `event_type` = 110, `event_param1` = 0, `event_param3` = 3000, `event_param4` = 3500, `event_param6` = 1, `action_param2` = (`action_param2` | 0x2 | 0x40), `action_param3` = (`action_param3` | 0x4), `comment` = 'Irespeaker - On Not In Melee Range - Cast \'Fel Fireball\'' WHERE (`entryorguid` = 24999) AND (`source_type` = 0) AND (`id` = 0);