diff options
| -rw-r--r-- | sql/updates/world/master/2021_11_26_18_world_2019_04_07_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_18_world_2019_04_07_04_world.sql b/sql/updates/world/master/2021_11_26_18_world_2019_04_07_04_world.sql new file mode 100644 index 00000000000..2178a6a508f --- /dev/null +++ b/sql/updates/world/master/2021_11_26_18_world_2019_04_07_04_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` IN(14459); +DELETE FROM `creature` WHERE `guid` IN (61707); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,`spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(61707, 14459, 469, '9,18', 0, 0, 0, -7644.53, -1081.53, 408.574, 5.2709, 10, 0, 0, 42, 0, 0); |
