diff options
-rw-r--r-- | sql/updates/world/3.3.5/2018_09_23_08_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_23_08_world.sql b/sql/updates/world/3.3.5/2018_09_23_08_world.sql new file mode 100644 index 00000000000..17462aa8e82 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_09_23_08_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject` WHERE `guid` =6516; +INSERT INTO gameobject (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(6516, 191817, 530, 1, 1, 2969.68, 3752.76, 144.505, 1.9984, 0, 0, 0.841038, 0.540975, 180, 255, 1); +UPDATE `creature_template` SET `gossip_menu_id`=9781 WHERE `entry`=28708; |