diff options
| author | Killyana <morphone1@gmail.com> | 2019-08-03 17:50:13 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 00:27:42 +0100 |
| commit | 0b77a48ec50883d9119297c808493a1257f99988 (patch) | |
| tree | 98bb3115a4c206cf1d50e73154836e0ca6e8757a | |
| parent | be4ed9152c1a9c3dab9949eb36d867b763603f60 (diff) | |
DB/Creature: Patchy
(cherry picked from commit 51a66b50c61f02ba4c38c1a4daea298e88f6f97a)
| -rw-r--r-- | sql/updates/world/master/2021_12_17_36_world_2019_08_03_05_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_36_world_2019_08_03_05_world.sql b/sql/updates/world/master/2021_12_17_36_world_2019_08_03_05_world.sql new file mode 100644 index 00000000000..e56260756b7 --- /dev/null +++ b/sql/updates/world/master/2021_12_17_36_world_2019_08_03_05_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid`=113669 AND `id`=27849; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(113669, 27849, 571, 0, 0, '0', 371, 0, 0, 3237.351318, -738.506, 168.062, 0.70313, 120, 5, 0, 0, 0, 1, 0, 0, 0, 0); |
