chore(DB): import pending files

Referenced commit(s): ef46c6c370
This commit is contained in:
AzerothCoreBot
2023-04-26 04:51:03 +00:00
parent ef46c6c370
commit d24f5ec955
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- DB update 2023_04_24_00 -> 2023_04_26_00
DELETE FROM `creature` WHERE `id1` IN (17461, 20923) AND `guid` IN (151118, 151283);
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
(151283, 20923, 0, 0, 540, 0, 0, 2, 1, 1, 512.687, 315.652, 2.0405, 2.98451, 86400, 0, 0, 0, 0, 0, 0, 0, 0, '', 46924),
(151118, 17461, 0, 0, 540, 0, 0, 1, 1, 1, 512.687, 315.652, 2.0405, 2.98451, 86400, 0, 0, 0, 0, 0, 0, 0, 0, '', 46924);
UPDATE `creature` SET `spawntimesecs` = 86400 WHERE `map` = 540 AND `spawntimesecs` = 7200;

View File

@@ -0,0 +1,10 @@
-- DB update 2023_04_26_00 -> 2023_04_26_01
--
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` IN (-146029, -146031));
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(-146029, 0, 1001, 1002, 1, 0, 100, 0, 6000, 6000, 16000, 16000, 0, 5, 273, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cabal Cultist - Out of Combat - Play Emote 273 (OneShotYes)'),
(-146029, 0, 1002, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 5, 273, 0, 0, 0, 0, 0, 10, 146057, 0, 0, 0, 0, 0, 0, 0, 'Cabal Cultist - Out of Combat - Play Emote 273 (OneShotYes)'),
(-146029, 0, 1003, 1004, 1, 0, 100, 0, 10000, 10000, 16000, 16000, 0, 5, 11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cabal Cultist - Out of Combat - Play Emote 11 (OneShotLaugh)'),
(-146029, 0, 1004, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 5, 274, 0, 0, 0, 0, 0, 10, 146057, 0, 0, 0, 0, 0, 0, 0, 'Cabal Cultist - Out of Combat - Play Emote 274 (OneShotNo)');
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|33554432 WHERE (`entry` IN (18631, 18633, 18635, 18637, 20640, 20638, 20641, 20646));

View File

@@ -0,0 +1,4 @@
-- DB update 2023_04_26_01 -> 2023_04_26_02
-- Anchorite Yazmina (23734)
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128) WHERE `entry` = 23734;
DELETE FROM `npc_vendor` WHERE `entry` = 23734;