From d926ec2913f5b69781d774d3a601278426282e95 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 21 May 2019 19:21:55 +0200 Subject: DB/Creature: Aldor Spawn Controller (cherry picked from commit a00e416840ad35da111909fb2385dc3821c34a62) --- sql/updates/world/master/2021_12_05_37_world_2019_05_21_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2021_12_05_37_world_2019_05_21_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_05_37_world_2019_05_21_01_world.sql b/sql/updates/world/master/2021_12_05_37_world_2019_05_21_01_world.sql new file mode 100644 index 00000000000..cf5dff205c3 --- /dev/null +++ b/sql/updates/world/master/2021_12_05_37_world_2019_05_21_01_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=19680; +DELETE FROM `creature` WHERE `guid` IN (105221); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(105221, 19680, 530, 0, 0, '0', 0, 0, 0, -1936.83, 5332.03, -12.3448, 0.471239, 300, 0, 0, 4120, 0, 0, 0, 0, 0, 0); -- cgit v1.2.3