diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2016_07_06_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_06_00_world.sql b/sql/updates/world/3.3.5/2016_07_06_00_world.sql new file mode 100644 index 00000000000..3875299dde0 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_06_00_world.sql @@ -0,0 +1,5 @@ +-- +SET @GUID := 12459; +DELETE FROM `creature` WHERE `guid` IN (@GUID); +INSERT INTO `creature` (`guid`, `id`, `map`, `SpawnMask`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(@GUID, 6491, 571, 1, 0, 4105.362, -4818.6, 76.074, 0.149361, 7200, 0, 0); |
