diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_13_02_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_13_02_world_335.sql b/sql/updates/world/3.3.5/2018_10_13_02_world_335.sql new file mode 100644 index 00000000000..46b0536c455 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_13_02_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (90430); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(90430, 5569, 0, 1, 1, 0, 0, -4850.7, -1295.24, 501.951, 1.39626, 180, 0, 0); |
