diff options
| author | Keader <keader.android@gmail.com> | 2017-02-22 13:13:22 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-22 13:13:22 -0300 |
| commit | bb3c964e7c0860d4448a065a2d1d37b52704da76 (patch) | |
| tree | 09eba238e98b9f415f66e759551ea95a5a3c4643 /sql | |
| parent | e662902979de28a3a39a5bac5b859d206b228819 (diff) | |
Core/Scripts: Fixed Illidan epic sounds again (#19184)
Diffstat (limited to 'sql')
| -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); |
