diff options
author | Killyana <morphone1@gmail.com> | 2020-02-21 22:16:57 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-02-21 22:16:57 +0100 |
commit | ac6baa547376e09e4527706ee98f586957cea74a (patch) | |
tree | ccf4994808b907ade1a3ccbfd0f9c918ca010b31 | |
parent | ae7929f7524792897de4ad453685e8f9d7d0d610 (diff) |
DB/Creature: Remove dups and add some missing Ribbon Pole Debug Target
-rw-r--r-- | sql/updates/world/3.3.5/2020_02_21_02_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_02_21_02_world.sql b/sql/updates/world/3.3.5/2020_02_21_02_world.sql new file mode 100644 index 00000000000..e9f31cf982b --- /dev/null +++ b/sql/updates/world/3.3.5/2020_02_21_02_world.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (1886, 94839, 94831, 94808, 94805, 94840, 94814, 94803); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(1886, 17066, 530, 0, 0, 1, 1, 0, 0, -3821.98, -11508.3, -132.124, 0.9075, 180, 0, 0, 1, 0, 0, 0, 0, 0, 0), +(94803, 17066, 530, 0, 0, 1, 1, 0, 0, -2988.84, 4126.660, 11, 3.26329, 180, 0, 0, 1, 0, 0, 0, 0, 0, 0), +(94805, 17066, 571, 0, 0, 1, 1, 0, 0, 3943.700, -620.329, 249, 4.94546, 180, 0, 0, 1, 0, 0, 0, 0, 0, 0), +(94808, 17066, 571, 0, 0, 1, 1, 0, 0, 5151.540, -709.361, 176.093, 2.02988, 180, 0, 0, 1, 0, 0, 0, 0, 0, 0); +DELETE FROM `game_event_creature` WHERE `guid` IN (1886, 94839, 94831, 94808, 94805, 94840, 94814, 94803); +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(1,1886),(1,94803),(1,94805),(1,94808); |