diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_02_22_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_22_01_world.sql b/sql/updates/world/3.3.5/2017_02_22_01_world.sql new file mode 100644 index 00000000000..81b94c67952 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_22_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `gameobject` WHERE guid=44; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(44, 185966, 564, 3959, 3959, 1, 1, 706.406006, 302.182373, 353.743744, 0.157961, 0, 0, 0, 0, 7200, 0, 1); |
