Created
August 18, 2012 11:22
-
-
Save F3st/3386203 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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