diff options
author | Killyana <morphone1@gmail.com> | 2019-07-26 00:53:31 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-07-26 00:53:31 +0200 |
commit | caf6d6721a077b8ff6e8402a667a4789905551f3 (patch) | |
tree | 898917f00b97fc4664608bbf5a914ba01935cfdd | |
parent | 73f7c86b155a7970a5543d7d0f191778789f597f (diff) |
DB/Creature: Ludin Farrow
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_25_09_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_25_09_world_335.sql b/sql/updates/world/3.3.5/2019_07_25_09_world_335.sql new file mode 100644 index 00000000000..2562fe98a05 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_25_09_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `id`=26546 AND `guid` IN (113557); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(113557, 26546, 0, 0, 0, 1, 1, 0, 0, -3726.61, -576.766, 4.64331, 4.17134, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0); |