diff options
author | CDawg <cdawg@trinitycore.contrib> | 2012-02-19 00:25:24 +0000 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-02-19 00:27:42 +0000 |
commit | a2d128286ec340c0df1d29e2613afdbd52862733 (patch) | |
tree | f160a027526719e70c7546d0768217949fa469de | |
parent | 25d9e2ec297610cb13faf26adea03e5a8b099fac (diff) |
DB/GOs: (Re?)Add meeting stone to UK
Closes #5232
-rw-r--r-- | sql/updates/world/2012_02_19_02_world_gameobject.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_19_02_world_gameobject.sql b/sql/updates/world/2012_02_19_02_world_gameobject.sql new file mode 100644 index 00000000000..88a1f2e3a4c --- /dev/null +++ b/sql/updates/world/2012_02_19_02_world_gameobject.sql @@ -0,0 +1,4 @@ +-- meeting stone for UK +DELETE FROM `gameobject` WHERE `id`=188488; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(245, 188488, 571, 1, 1, 1237.301, -4948.268, 36.02063, 2.495818, 0, 0, 0.9483232, 0.3173059, 300, 0, 1); |