diff options
| author | Killyana <morphone1@gmail.com> | 2019-08-03 20:45:48 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 00:37:08 +0100 |
| commit | 00090611c072a9554801248c7026befb78855730 (patch) | |
| tree | 3c0c180391db4f7a68cc018c659236280a253c08 /sql | |
| parent | ce6ead5599720eadc8ebf2644af576f62b84b25b (diff) | |
DB/Creature: Vrykul Harpoon Gun
(cherry picked from commit 0efae243e5dbc7ccd6811700a2c6db5c5c81714a)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_17_39_world_2019_08_03_08_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_39_world_2019_08_03_08_world.sql b/sql/updates/world/master/2021_12_17_39_world_2019_08_03_08_world.sql new file mode 100644 index 00000000000..924de364766 --- /dev/null +++ b/sql/updates/world/master/2021_12_17_39_world_2019_08_03_08_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry` IN (27993); +DELETE FROM `creature` WHERE `guid`=116020 AND `id`=27993; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(116020, 27993, 571, 0, 0, '0', 0, 0, 0, 925.647, -5299.53, 175.687, 1.90241, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); |
