diff options
| author | Killyana <morphone1@gmail.com> | 2019-12-10 18:38:30 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-12-10 18:38:30 +0100 |
| commit | 8a70b0d1ce54edeea1266377baa7150d5b70b3e7 (patch) | |
| tree | f00421862c77a014f8b2d59c4d42f1464e231611 /sql | |
| parent | a07e496f5b6bc8d47dafccc771d80ec38f110d22 (diff) | |
DB/Creature: Cerie Larksong & Elka Stormbrew & Arthur Denny
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_12_10_03_world_335.sql (renamed from sql/updates/world/3.3.5/2019_12_10_02_world_335.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2019_12_10_04_world.sql | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_12_10_02_world_335.sql b/sql/updates/world/3.3.5/2019_12_10_03_world_335.sql index 9572a70a8ee..9572a70a8ee 100644 --- a/sql/updates/world/3.3.5/2019_12_10_02_world_335.sql +++ b/sql/updates/world/3.3.5/2019_12_10_03_world_335.sql diff --git a/sql/updates/world/3.3.5/2019_12_10_04_world.sql b/sql/updates/world/3.3.5/2019_12_10_04_world.sql new file mode 100644 index 00000000000..144cc498223 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_10_04_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120604,120605,120606); +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 +(120604, 33600, 571, 1, 1, 0, 1, 8548.21, 954.800, 547.377, 4.88665, 300, 0, 0, 0, 0, 0), +(120605, 33601, 571, 1, 1, 0, 0, 8559.26, 939.371, 547.777, 6.25005, 300, 0, 0, 0, 0, 0), +(120606, 33603, 571, 1, 1, 0, 0, 8549.54, 944.761, 547.368, 1.03501, 300, 0, 0, 0, 0, 0); |
