diff options
| author | Killyana <morphone1@gmail.com> | 2017-11-16 22:10:22 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-11-16 22:10:22 +0100 |
| commit | 1203b35ad592b75e27b43bf007a0e2da243fc14b (patch) | |
| tree | f4cae095da39ed68e7640555f6cca77e43a8f9db | |
| parent | 3a87fbf16f8f8d21f5c07786e5e08d672954589c (diff) | |
DB/GameObject: Curious Pirate Landmark
Closes #16016
| -rw-r--r-- | sql/updates/world/master/2017_11_16_03_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_11_16_03_world.sql b/sql/updates/world/master/2017_11_16_03_world.sql new file mode 100644 index 00000000000..6ef42fcca8c --- /dev/null +++ b/sql/updates/world/master/2017_11_16_03_world.sql @@ -0,0 +1,5 @@ +-- +SET @OGUID := 200629; +DELETE FROM `gameobject` WHERE `guid`=@OGUID; +INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`PhaseId`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(@OGUID,195206,1,1,169,-1161.73, -3605.03, 93.5951, -1.58825,0, 0, -0.71325, 0.70091, 300, 100, 1); |
