diff options
author | Killyana <morphone1@gmail.com> | 2019-08-03 17:50:13 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-08-03 17:50:13 +0200 |
commit | 51a66b50c61f02ba4c38c1a4daea298e88f6f97a (patch) | |
tree | e4b4c819c34170958fbf9b41497adf34b489302a /sql | |
parent | ec9f15a5fff7830bf2aebc517654784a6d54bb74 (diff) |
DB/Creature: Patchy
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_08_03_05_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_08_03_05_world.sql b/sql/updates/world/3.3.5/2019_08_03_05_world.sql new file mode 100644 index 00000000000..7848ba0f6fd --- /dev/null +++ b/sql/updates/world/3.3.5/2019_08_03_05_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid`=113669 AND `id`=27849; +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 +(113669, 27849, 571, 0, 0, 1, 3, 0, 0, 3237.351318, -738.506, 168.062, 0.70313, 120, 5, 0, 0, 0, 1, 0, 0, 0, 0); |