Skip to content

Instantly share code, notes, and snippets.

@F3st
Created August 18, 2012 11:22
Show Gist options
  • Save F3st/3386203 to your computer and use it in GitHub Desktop.
Save F3st/3386203 to your computer and use it in GitHub Desktop.
#0 0x0000000000c4cce4 in AuraEffect::CalculatePeriodic (this=0x7fe1d50fa670, caster=0x7fe1df345000, create=false, load=true)
877 m_amplitude = GetBase()->GetDuration() / int32(ticks);
(gdb) print ticks
$1 = 0
(gdb) print m_amplitude
$2 = 3000
(gdb) print m_spellInfo->Id
$3 = 139
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment