diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2016-11-12 06:25:17 +0100 |
|---|---|---|
| committer | tkrokli <tkrokli@users.noreply.github.com> | 2016-11-12 06:27:01 +0100 |
| commit | 8c9d061110ad3f6ce9c2c7263d9fad86835f5886 (patch) | |
| tree | 4bf94f3eb7daa5870e202f1d4c721e7bea10882a | |
| parent | ed2cd6b34f849f9cc9adb86318457155e47f7314 (diff) | |
DB/gameobject: set positive spawntimesecs for 2 quest objects
176088 Scarlet Crusade Forward Camp (quest 5096 Scarlet Diversions)
180659 Drop-Off Point (for quest 8606 Decoy!)
by offl
Closes #18205
| -rw-r--r-- | sql/updates/world/3.3.5/2016_11_12_00_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_12_00_world_335.sql b/sql/updates/world/3.3.5/2016_11_12_00_world_335.sql new file mode 100644 index 00000000000..865683c3c68 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_12_00_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `spawntimesecs`= 180 WHERE `id`= 176088; +UPDATE `gameobject` SET `spawntimesecs`= 150 WHERE `id`= 180659; |
