Merge branch 'master' into Playerbot

This commit is contained in:
Yunfan Li
2024-03-04 17:13:57 +08:00
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- DB update 2024_02_27_01 -> 2024_03_03_00
DELETE FROM `pool_creature` WHERE `guid` in (151928,48204,134380,151938,151942);
DELETE FROM `pool_template` WHERE `entry` in (1084,1028,1042,1087,1089);

View File

@@ -0,0 +1,8 @@
-- DB update 2024_03_03_00 -> 2024_03_03_01
-- Update gameobject 'Barber Chair' with sniffed values
-- new spawns
DELETE FROM `gameobject` WHERE (`id` IN (191817))
AND (`guid` IN (504, 505));
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES
(504, 191817, 530, 0, 0, 1, 1, 2969.0859375, 1773.8885498046875, 139.6904144287109375, 5.365918159484863281, 0, 0, -0.44272327423095703, 0.896658301353454589, 120, 255, 1, "", 45704, NULL),
(505, 191817, 530, 0, 0, 1, 1, 2969.6787109375, 3752.763427734375, 144.5045928955078125, 1.998400807380676269, 0, 0, 0.841038703918457031, 0.540974974632263183, 120, 255, 1, "", 45704, NULL);