From 431ecd6fb80be03f4e9cf4481e66cbd89f12874e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 18 Jun 2017 20:05:40 +0200 Subject: Rename 2017_06_18_03_world .sql to 2017_06_18_03_world.sql --- sql/updates/world/3.3.5/2017_06_18_03_world .sql | 7 ------- sql/updates/world/3.3.5/2017_06_18_03_world.sql | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 sql/updates/world/3.3.5/2017_06_18_03_world .sql create mode 100644 sql/updates/world/3.3.5/2017_06_18_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_06_18_03_world .sql b/sql/updates/world/3.3.5/2017_06_18_03_world .sql deleted file mode 100644 index 4257f0f1870..00000000000 --- a/sql/updates/world/3.3.5/2017_06_18_03_world .sql +++ /dev/null @@ -1,7 +0,0 @@ --- -DELETE FROM creature WHERE guid IN (80424,80426,80427); -INSERT INTO creature (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES -(80424, 28931, 571, 0, 0, 1, 1, 25770, 0, 6221.2, -1986.5, 461.485, 3.78736, 300, 0, 0, 200000, 0, 0, 0, 0, 0, 0), -(80426, 28932, 571, 0, 0, 1, 1, 19595, 0, 6218.72, -1985.63, 482.18, 4.39823, 300, 0, 0, 4979, 0, 2, 0, 0, 0, 0), -(80427, 28932, 571, 0, 0, 1, 1, 19595, 0, 6221.37, -1989.22, 482.167, 1.50098, 300, 0, 0, 4979, 0, 2, 0, 0, 0, 0); -UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id`=28932; diff --git a/sql/updates/world/3.3.5/2017_06_18_03_world.sql b/sql/updates/world/3.3.5/2017_06_18_03_world.sql new file mode 100644 index 00000000000..4257f0f1870 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_06_18_03_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM creature WHERE guid IN (80424,80426,80427); +INSERT INTO creature (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(80424, 28931, 571, 0, 0, 1, 1, 25770, 0, 6221.2, -1986.5, 461.485, 3.78736, 300, 0, 0, 200000, 0, 0, 0, 0, 0, 0), +(80426, 28932, 571, 0, 0, 1, 1, 19595, 0, 6218.72, -1985.63, 482.18, 4.39823, 300, 0, 0, 4979, 0, 2, 0, 0, 0, 0), +(80427, 28932, 571, 0, 0, 1, 1, 19595, 0, 6221.37, -1989.22, 482.167, 1.50098, 300, 0, 0, 4979, 0, 2, 0, 0, 0, 0); +UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id`=28932; -- cgit v1.2.3