diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-04-03 23:54:59 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-04-03 23:54:59 +0200 |
| commit | 476eb19f21803f1a624e8100288de90827f8d255 (patch) | |
| tree | f1799c2f7324aa509dcb21800556eede97019936 | |
| parent | 7491caca8829fc6a1ae1cb10733b85df5f49a7f5 (diff) | |
DB/Gameobject: Fix respawn time for quest GO "Daggerfen Poison Manual"
| -rw-r--r-- | sql/updates/world/2016_04_03_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_03_02_world.sql b/sql/updates/world/2016_04_03_02_world.sql new file mode 100644 index 00000000000..1a408d3ec6a --- /dev/null +++ b/sql/updates/world/2016_04_03_02_world.sql @@ -0,0 +1,2 @@ +-- Fix respawn time for quest loot GO "Daggerfen Poison Manual" +UPDATE `gameobject` SET `spawntimesecs`=2 WHERE `guid`=22662; |
