diff options
author | Killyana <morphone1@gmail.com> | 2019-04-14 18:54:13 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-04-14 18:54:13 +0200 |
commit | 5fb5ca94f71e7136f7bb60a1e08477f83dfe08a0 (patch) | |
tree | 00da857b4853ae6a218f98f27894f08952449101 | |
parent | 688c46ebc8193a19417db13e106a50154893345b (diff) |
DB/Creature: Garel Redrock & Gurky
-rw-r--r-- | sql/updates/world/3.3.5/2019_04_14_02_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_14_02_world_335.sql b/sql/updates/world/3.3.5/2019_04_14_02_world_335.sql new file mode 100644 index 00000000000..e8ad02e34b7 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_14_02_world_335.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (62786,62787); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,`spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(62786, 16070, 0, 1, 1, 0, 0, -4641.59, -1106.97, 501.389, 1.11701, 300, 0, 0, 1220, 0, 0), +(62787, 16069, 0, 1, 1, 0, 0, -4639.4409, -1108.212, 501.323, 1.050256, 300, 0, 0, 0, 0, 0); +UPDATE `creature` SET `orientation`=1.050256 WHERE `guid`=1792; |