mirror of
https://github.com/araxiaonline/Delves.git
synced 2026-06-13 03:42:24 -04:00
Updated Spawn
This commit is contained in:
@@ -23,7 +23,7 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `Q
|
||||
|
||||
DELETE FROM `creature` WHERE (`id1` = 600698);
|
||||
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
|
||||
(9001761, 600698, 0, 0, 0, 0, 0, 1, 1, 0, -1943.31, -4155.16, 2.0325, 1.17292, 300, 8, 0, 336600, 0, 1, 0, 0, 0, '', NULL, 0, NULL);
|
||||
(9001761, 600698, 0, 0, 906, 0, 0, 1, 1, 0, -1943.31, -4155.16, 2.0325, 1.17292, 300, 8, 0, 336600, 0, 1, 0, 0, 0, '', NULL, 0, NULL);
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 600698;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user