mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[10888] Use 0.0f in one function and prevent some compiler warnings.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
f13fb6e52c
commit
a17ccd4b97
2 changed files with 2 additions and 2 deletions
|
|
@ -1335,7 +1335,7 @@ void Aura::TriggerSpell()
|
||||||
case 31373: // Spellcloth
|
case 31373: // Spellcloth
|
||||||
{
|
{
|
||||||
// Summon Elemental after create item
|
// Summon Elemental after create item
|
||||||
triggerTarget->SummonCreature(17870, 0, 0, 0, triggerTarget->GetOrientation(), TEMPSUMMON_DEAD_DESPAWN, 0);
|
triggerTarget->SummonCreature(17870, 0.0f, 0.0f, 0.0f, triggerTarget->GetOrientation(), TEMPSUMMON_DEAD_DESPAWN, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// // Bloodmyst Tesla
|
// // Bloodmyst Tesla
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10887"
|
#define REVISION_NR "10888"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue