Update Spawn

This commit is contained in:
Manmadedrummer
2025-09-18 19:22:00 -04:00
committed by GitHub
parent 7c81df5ea0
commit 132d7d621d

View File

@@ -103,7 +103,7 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `Q
DELETE FROM `creature` WHERE (`id1` = 600702);
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
(9001874, 600702, 0, 0, 1, 0, 0, 1, 1, 1, 1945, 1337.83, 146.915, 2.29323, 300, 0, 0, 550800, 0, 0, 0, 0, 0, '', NULL, 0, NULL);
(9001874, 600702, 0, 0, 902, 0, 0, 1, 1, 1, 1945, 1337.83, 146.915, 2.29323, 300, 0, 0, 550800, 0, 0, 0, 0, 0, '', NULL, 0, NULL);
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 600702;