diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-16 09:34:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-16 09:34:03 +0200 |
| commit | e5f4ef12db6cc5cfec2cbff099ccf31532c5a513 (patch) | |
| tree | 6410bbbfa51d3492eac6f574b46a6df07bbb090f | |
| parent | 94fce4a64144adb5f1942bd482f4499b784cd45f (diff) | |
Update 2016_07_12_01_world.sql
| -rw-r--r-- | sql/updates/world/3.3.5/2016_07_12_01_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_12_01_world.sql b/sql/updates/world/3.3.5/2016_07_12_01_world.sql index 92bc269ea3a..b717b3ad474 100644 --- a/sql/updates/world/3.3.5/2016_07_12_01_world.sql +++ b/sql/updates/world/3.3.5/2016_07_12_01_world.sql @@ -1,6 +1,6 @@ -- SET @Guid:=52664; -DELETE FROM `creature` WHERE `guid` BETWEEN @Guid AND @Guid+4; +DELETE FROM `creature` WHERE `guid` BETWEEN @Guid AND @Guid+3; 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 (@Guid+0, 36811, 631, 0, 0, 10, 1, 0, 1, -568.121, 2225.85, 49.4766, 3.12087, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0), (@Guid+1, 36811, 631, 0, 0, 10, 1, 0, 1, -568.878, 2197.52, 49.4766, 2.93833, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0), |
