|
| 1 | +-- DB update 2026_02_21_03 -> 2026_02_21_04 |
| 2 | +DELETE FROM `spell_script_names` WHERE `spell_id` IN (56105, 55873); |
| 3 | +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES |
| 4 | +(56105, 'spell_malygos_vortex_dummy'), |
| 5 | +(55873, 'spell_malygos_vortex_visual'); |
| 6 | + |
| 7 | +DELETE FROM `creature` WHERE `guid` IN (132304, 132305, 132306, 132307, 132308); |
| 8 | +INSERT INTO `creature` |
| 9 | +(`guid`, `id1`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, |
| 10 | + `position_x`, `position_y`, `position_z`, `orientation`, |
| 11 | + `spawntimesecs`, `wander_distance`, `currentwaypoint`, |
| 12 | + `curhealth`, `curmana`, `MovementType`, `npcflag`, |
| 13 | + `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) |
| 14 | +VALUES |
| 15 | +(132304,30090,616,0,0,3,1,0,754.733,1301.51,283.379,5.58505,3600,0,0,12600,0,0,0,0,0,'',0), |
| 16 | +(132305,30090,616,0,0,3,1,0,754.521,1301.23,279.524,0.680678,3600,0,0,12600,0,0,0,0,0,'',0), |
| 17 | +(132306,30090,616,0,0,3,1,0,754.356,1301.48,285.733,5.96903,3600,0,0,12600,0,0,0,0,0,'',0), |
| 18 | +(132307,30090,616,0,0,3,1,0,754.192,1301.18,281.851,5.75959,3600,0,0,12600,0,0,0,0,0,'',0), |
| 19 | +(132308,30090,616,0,0,3,1,0,754.688,1301.8,287.295,1.25664,3600,0,0,12600,0,0,0,0,0,'',0); |
| 20 | + |
| 21 | +UPDATE `creature_template` SET `unit_flags` = `unit_flags`|33554432, `VehicleId` = 214, `flags_extra` = `flags_extra`|2|128, `ScriptName` = '' WHERE `entry` = 30090; |
| 22 | + |
| 23 | +DELETE FROM `creature_template_addon` WHERE `entry` = 30090; |
| 24 | +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES |
| 25 | +(30090, 0, 0, 0, 0, 0, 0, '55883'); |
0 commit comments