diff --git a/Delve Spawn SQL/Sandfury/SandfuryAxeThrower(600613).sql b/Delve Spawn SQL/Sandfury/SandfuryAxeThrower(600613).sql index ad91242..374d026 100644 --- a/Delve Spawn SQL/Sandfury/SandfuryAxeThrower(600613).sql +++ b/Delve Spawn SQL/Sandfury/SandfuryAxeThrower(600613).sql @@ -49,7 +49,7 @@ DELETE FROM `creature` WHERE (`id1` = 600613); 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 (9001099, 600613, 0, 0, 905, 0, 0, 1, 1, 1, -13043.7, -1389.27, 57.5174, 0.469989, 300, 2, 0, 91994, 0, 1, 0, 0, 0, '', NULL, 0, NULL), (9001100, 600613, 0, 0, 905, 0, 0, 1, 1, 1, -13034.8, -1396.14, 58.1794, 1.3472, 300, 3, 0, 91994, 0, 1, 0, 0, 0, '', NULL, 0, NULL), -(9001103, 600613, 0, 0, 905, 0, 0, 1, 1, 1, -13000.3, -1433.26, 60.1289, 2.11877, 300, 3, 0, 91994, 0, 1, 0, 0, 0, '', NULL, 0, NULL), +(9001103, 600613, 0, 0, 905, 0, 0, 1, 1, 1, -12992.7, -1425.84, 60.8485, 0.136316, 300, 3, 0, 91994, 0, 1, 0, 0, 0, '', NULL, 0, NULL), (9001107, 600613, 0, 0, 905, 0, 0, 1, 1, 1, -13026.5, -1476.88, 57.8723, 2.09474, 300, 6, 0, 91994, 0, 1, 0, 0, 0, '', NULL, 0, NULL), (9001122, 600613, 0, 0, 905, 0, 0, 1, 1, 1, -12911.4, -1417.54, 105.892, 1.06548, 300, 1, 0, 91994, 0, 1, 0, 0, 0, '', NULL, 0, NULL), (9001130, 600613, 0, 0, 905, 0, 0, 1, 1, 1, -12879.1, -1440.35, 114.546, 2.85344, 300, 3, 0, 91994, 0, 1, 0, 0, 0, '', NULL, 0, NULL), @@ -58,6 +58,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, (9001145, 600613, 0, 0, 905, 0, 0, 1, 1, 1, -12988.9, -1345.82, 53.5724, 3.27504, 300, 5, 0, 91994, 0, 1, 0, 0, 0, '', NULL, 0, NULL); + UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 600613; DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 600613);