diff options
| author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-18 09:22:24 +0200 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-18 09:22:24 +0200 |
| commit | 35024272d2967231b64b4cbaf983ece6216cd1e3 (patch) | |
| tree | 3a46893296f2c15543896559293db9f06f3fecfa | |
| parent | d97f9c37bb437481241bab4b5268170a792751d3 (diff) | |
DB/Creature: Update spawntime for Arcturis & Skoll
| -rw-r--r-- | sql/updates/world/2012_04_18_01_world_creature.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_18_01_world_creature.sql b/sql/updates/world/2012_04_18_01_world_creature.sql new file mode 100644 index 00000000000..e2d6bdac95b --- /dev/null +++ b/sql/updates/world/2012_04_18_01_world_creature.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `spawntimesecs`=39600 WHERE `guid` IN (41781,41783); -- Set the spawntime to 11 hours for Arcturis & Skoll |
