diff options
author | Killyana <morphone1@gmail.com> | 2017-06-25 20:23:03 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-06-25 20:23:03 +0200 |
commit | 19fefbb72b0a4a413e86d57a13fb0fd040c2a78a (patch) | |
tree | 2acb3ed47bfbbfbf830d3c9abe68ec7cb3d4c584 | |
parent | 651aa72dfdf6164d2f512d3d330ca8023c4d5eed (diff) |
BD: Typo
-rw-r--r-- | sql/updates/world/3.3.5/2017_06_25_08_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_25_08_world.sql b/sql/updates/world/3.3.5/2017_06_25_08_world.sql index 93ea7c41852..9759723b100 100644 --- a/sql/updates/world/3.3.5/2017_06_25_08_world.sql +++ b/sql/updates/world/3.3.5/2017_06_25_08_world.sql @@ -1,5 +1,5 @@ -- -SET @guid:=112809; +SET @guid:=134935; DELETE FROM `creature` WHERE `id` IN (30083); INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `curhealth`, `curmana`, `MovementType`) VALUES (@guid+0, 30083, 533, 3, 1, 0, 0, 3410.94, -3084.66, 294.662, 2.42642, 7200, 0, 0, 0, 0), |