diff options
author | Killyana <morphone1@gmail.com> | 2018-11-21 19:09:01 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-16 00:00:38 +0100 |
commit | ceaedfb498f0e28d9f62faa5d2f884800c508365 (patch) | |
tree | 676a042d1f90e98da42f52b580f235d6b3c20f9d | |
parent | 234a680d3a04142d0f99dfc316b6442d8a51bad1 (diff) |
DB/Creature: Tracker Thulin
(cherry picked from commit b6cba61c437c9bcb6def1aa2fbd2efd4d8b1a28f)
-rw-r--r-- | sql/updates/world/master/2021_11_15_33_world_2018_11_21_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_15_33_world_2018_11_21_00_world.sql b/sql/updates/world/master/2021_11_15_33_world_2018_11_21_00_world.sql new file mode 100644 index 00000000000..69002fb7c2f --- /dev/null +++ b/sql/updates/world/master/2021_11_15_33_world_2018_11_21_00_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid`=110942; +DELETE FROM `creature_addon` WHERE `guid` IN (152125,110942); +INSERT INTO `creature_addon` (`guid`, `bytes1`, `bytes2`) VALUES +(152125, 1, 1); +DELETE FROM `gameobject` WHERE `guid`=6659; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(6659, 191726, 571, 0, 0, '0', 0, 7312.41, -1610.48, 944.294, 4.99164, 0, 0, -0.6018143, 0.7986361, 120, 255, 1, 23420); |