diff options
-rw-r--r-- | sql/updates/world/3.3.5/2016_06_15_10_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_15_10_world.sql b/sql/updates/world/3.3.5/2016_06_15_10_world.sql new file mode 100644 index 00000000000..6033ee9446c --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_15_10_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `guid`=5537; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `spawntimesecs`, `state`) VALUES +(5537,4090,530,-2518.51001,7360.100098,10.6223,120,1); |