diff options
| author | Svannon <svannon@trinity.contrib> | 2012-05-24 17:33:47 +0200 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-24 17:33:47 +0200 |
| commit | 8e4b6934c3d7736be4ea6517ed7830cdde163545 (patch) | |
| tree | 522a365d5daa40f5fbb54d460d51da75c4c50c00 | |
| parent | b114f3be1b7ca71e8b81ba48fde48823fc5f5259 (diff) | |
DB/Gameobject: Spawn Book The Betrayer Ascendant
Closes #2517
| -rw-r--r-- | sql/updates/world/2012_05_24_01_world_gameobject.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_24_01_world_gameobject.sql b/sql/updates/world/2012_05_24_01_world_gameobject.sql new file mode 100644 index 00000000000..32bbc15494f --- /dev/null +++ b/sql/updates/world/2012_05_24_01_world_gameobject.sql @@ -0,0 +1,3 @@ +DELETE FROM `gameobject` WHERE `id`=175759 AND `guid`=219; +INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES +(219,175759,530,1,1,9636.439,-7231.265,16.73347,-2.82743,0,0,-0.9876881,0.1564362,900,100,1); |
