HM-CODE / Haunted-Memories

A repository for Haunted Memories code.
http://www.haunted-memories.net/
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

+mana/channel given timestamp of 0 in +mana/log #63

Closed Bradamante closed 13 years ago

Bradamante commented 13 years ago

Using channel-cast spells at a hallow seem to log into the mana/log with a timestamp of zero (shows as Dec 31 17:00 because of our current -0700 timezone offset).

Example from Arren's +mana/log:

Dec 31 17:00 219d 3/+2=Using HSCast Channel Manna at Rooftop Garden (etc.)

Bradamante commented 13 years ago

Morpheus adding to a later submit:

Hi Arren! Turns out there was a typo in the command and it didn't record the correct seconds at the time it was used, I have updated the command to eliminate this issue in future and have updated your log to guesstimate the approximate missing times for the channel actions. Thank you for bringing this to our attention.

hmmorpheus commented 13 years ago

Specifically what the problem was: vsecs() was misspelled as vsescs() in the c.+mana/channel command on object #6826. A quick @edit vsescs,vsecs() was all that was needed to correct this issue and has been done at this time.