mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
DB/Creature: Little Jimmy Vishas
The event with Renault Mograine and Sally Whitemane and a Captured Critter is not scripted
This commit is contained in:
6
sql/updates/world/3.3.5/2019_05_21_03_world.sql
Normal file
6
sql/updates/world/3.3.5/2019_05_21_03_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid`=105354 AND `id`=20359;
|
||||
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
|
||||
(105354, 20359, 560, 0, 0, 3, 1, 0, 0, 1911.3525, 1080.2274, 21.6609, 4.134215, 300, 0, 0, 115, 126, 0, 0, 0, 0, 0);
|
||||
UPDATE `creature` SET `position_x`=1910.961426, `position_y`=1077.719971, `position_z`=21.876644, `orientation`=1.101913 WHERE `guid`=84017;
|
||||
UPDATE `creature` SET `position_x`=1909.114502, `position_y`=1079.315918, `position_z`=21.995821, `orientation`=0.342432 WHERE `guid`=84016;
|
||||
Reference in New Issue
Block a user