diff options
| author | Killyana <morphone1@gmail.com> | 2016-08-21 17:11:02 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-08-21 17:11:02 +0200 |
| commit | 29e9331e3f44c514db9098fa9b13b38b6bc62c8c (patch) | |
| tree | c1301f0fa5975294e4521c212901a0971a8afe6e | |
| parent | 755add6fd202a50e43074c98315f74eaee1fa662 (diff) | |
DB/Object: Update respawn time for ruby lilac
By Tauriella
Closes #17761
| -rw-r--r-- | sql/updates/world/3.3.5/2016_08_21_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_21_04_world.sql b/sql/updates/world/3.3.5/2016_08_21_04_world.sql new file mode 100644 index 00000000000..7d7fbd23005 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_21_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` = 188489; |
