Update zone_hillsbrad_foothills.sql

fix missing waypoints causing worldserver errors
This commit is contained in:
Grimfeather
2025-09-08 23:28:19 +02:00
committed by GitHub
parent d920eab2ea
commit a48faaeea5

View File

@@ -157,9 +157,15 @@ INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`,
(607075, 1, 2177, 0, 0, 18019);
SET @CGUID := 655000;
DELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+16, @CGUID+31, @CGUID+39, @CGUID+40);
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID+16, 148370, 0, 0, 1, 0, 0, NULL),
(@CGUID+31, 148230, 0, 0, 1, 0, 0, NULL),
(@CGUID+39, 148340, 0, 0, 1, 0, 0, NULL),
(@CGUID+40, 148400, 0, 0, 1, 0, 0, NULL);
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+10 AND @CGUID+42;
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`, `CreateObject`, `Comment`) VALUES
@@ -198,7 +204,6 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
(@CGUID+41, 7073, 0, 0, 0, 0, 0, 1, 1, 1, -1329.91, 554.068, 101.125, 5.417, 300, 0, 0, 1, 1, 0, 0, 0, 0, '', NULL, 0, NULL), -- Arados the Damned
(@CGUID+42, 7074, 0, 0, 0, 0, 0, 1, 1, 1, -1319.54, 554.931, 101.501, 4.222, 300, 0, 0, 1, 1, 0, 0, 0, 0, '', NULL, 0, NULL); -- Judge Thelgram
SET @IPPPHASE := 65536;
SET @IPPPHASE_II := 131072;