fix(DB/Creature): Ribbon Pole Dance NPC's (#2059)

* fix(DB/Creature): Ribbon Pole Dance NPC's

- Adding missing Debug NPC's for the Event mindsummer.
- Using 10 free guids from DB.
This commit is contained in:
Poszer
2019-07-05 04:31:22 +02:00
committed by GitHub
parent e14964c52b
commit 4583e16ac9

View File

@@ -0,0 +1,14 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1562240494889723700');
DELETE FROM `creature` WHERE `guid` IN(204949,204950,204951,204952,204953,204954,204955,204956,204957,204958);
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`, `ScriptName`, `VerifiedBuild`) VALUES
(204949, 17066, 0, 0, 0, 1, 1, 0, 0, 2288.63, 422.085, 40.196, -0.5061, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
(204950, 17066, 530, 0, 0, 1, 1, 0, 0, 7670.44, -6836.25, 86.0302, -0.506, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
(204951, 17066, 530, 0, 0, 1, 1, 0, 0, 9379.9, -6791.63, 21.243, -0.5061, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
(204952, 17066, 1, 0, 0, 1, 1, 0, 0, 146.607, -4735.15, 20.925, -0.5061, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
(204953, 17066, 530, 0, 0, 1, 1, 0, 0, 2046.23, 6579.71, 141.576, 5.77704, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
(204954, 17066, 530, 0, 0, 1, 1, 0, 0, -4204.67, -12321.1, 8.04382, 5.77704, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
(204955, 17066, 1, 0, 0, 1, 1, 0, 0, -4399.5, 2171.79, 18.1664, 5.77704, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
(204956, 17066, 0, 0, 0, 1, 1, 0, 0, 1002.28, -1432.47, 70.4004, 5.77704, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
(204957, 17066, 0, 0, 0, 1, 1, 0, 0, -8261.67, -2638.05, 139.06, 5.77704, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
(204958, 17066, 530, 0, 0, 1, 1, 0, 0, 2285.15, 6157.91, 141.664, 5.77704, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0);