mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
8
data/sql/updates/db_world/2023_02_10_04.sql
Normal file
8
data/sql/updates/db_world/2023_02_10_04.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2023_02_10_03 -> 2023_02_10_04
|
||||
--
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (104173, 104174, 104175);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(104173, 18378, 571, 1, 1, 0, 2750.36, 6127.08, 208.856, 5.44543, 180, 0, 0, 4050, 0, 0),
|
||||
(104174, 18379, 571, 1, 1, 0, 2761.16, 6137.27, 208.872, 5.35816, 180, 0, 0, 4050, 0, 0),
|
||||
(104175, 18380, 571, 1, 1, 0, 2779.98, 6154.28, 208.92, 5.35816, 180, 0, 0, 4050, 0, 0);
|
||||
9
data/sql/updates/db_world/2023_02_10_05.sql
Normal file
9
data/sql/updates/db_world/2023_02_10_05.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2023_02_10_04 -> 2023_02_10_05
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (106326) AND `id1` IN (21365);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `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`, `VerifiedBuild`) VALUES
|
||||
(106326, 21365, 530, 0, 0, 1, 1, 0, 38.3723, 2121.23, 128.975, 2.80337, 600, 0, 0, 42, 0, 0, 0, 0, 0, 0);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (21365);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES
|
||||
(21365, '36725 36727');
|
||||
Reference in New Issue
Block a user