Update Spawn

This commit is contained in:
Manmadedrummer
2025-09-18 18:47:54 -04:00
committed by GitHub
parent ecd2190064
commit 52b50cb695

View File

@@ -86,7 +86,7 @@ INSERT INTO `pickpocketing_loot_template` (`Entry`, `Item`, `Reference`, `Chance
DELETE FROM `creature` WHERE (`id1` = 600655);
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
(9001322, 600655, 0, 0, 0, 0, 0, 1, 1, 1, -6168.31, -802.287, 424.334, 1.98203, 300, 0, 0, 307836, 0, 0, 0, 0, 0, '', NULL, 0, NULL);
(9001322, 600655, 0, 0, 910, 0, 0, 1, 1, 1, -6168.31, -802.287, 424.334, 1.98203, 300, 0, 0, 307836, 0, 0, 0, 0, 0, '', NULL, 0, NULL);
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 600655;