diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-12 17:16:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-12 17:16:23 +0200 |
| commit | f20795ff36e2b72fb3587cc5e7dfe5d5eb345ae2 (patch) | |
| tree | 4832f7f36b6596c7da5010b8c0f5dceb9bc22699 | |
| parent | bdb08fba6ee5b0fcd68b2ec4d68e4b260549bfed (diff) | |
Forgot to change guid.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_12_03_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_12_03_world.sql b/sql/updates/world/3.3.5/2016_10_12_03_world.sql index bba40e3d341..e1f03afc013 100644 --- a/sql/updates/world/3.3.5/2016_10_12_03_world.sql +++ b/sql/updates/world/3.3.5/2016_10_12_03_world.sql @@ -16,7 +16,7 @@ INSERT INTO `creature_template_addon` (`entry`, `bytes1`, `auras`) VALUES UPDATE `creature_template` SET `unit_flags`=33587456, `dynamicflags`=32, `inhabittype`=4, `speed_walk`=0.6 WHERE `entry`=24119; -SET @CGUID := 900001; +SET @CGUID := 42887; DELETE FROM `creature` WHERE `guid` IN (@CGUID, @CGUID+1); 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 (@CGUID , 24118, 571, 0, 0, 1, 2, 0, 0, 1676.912, -4108.803, 278.9944, 0.1675403, 300, 0, 0, 1, 0, 0, 0, 0, 0, 0), |
