Skip to content

Commit 557dbb2

Browse files
committed
[2226] Comment weird return in Scarlet Monastery, thanks to Goaul for pointing
1 parent 9449908 commit 557dbb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/eastern_kingdoms/scarlet_monastery/boss_azshir_the_sleepless.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct MANGOS_DLL_DECL boss_azshir_the_sleeplessAI : public ScriptedAI
5454
if (SoulSiphon_Timer < diff)
5555
{
5656
DoCastSpellIfCan(m_creature->getVictim(),SPELL_SOULSIPHON);
57-
return;
57+
// return; // Why was this return here?
5858

5959
SoulSiphon_Timer = 20000;
6060
}else SoulSiphon_Timer -= diff;

sd2_revision_nr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef __SD2_REVISION_NR_H__
22
#define __SD2_REVISION_NR_H__
3-
#define SD2_REVISION_NR "2225"
3+
#define SD2_REVISION_NR "2226"
44
#endif // __SD2_REVISION_NR_H__

0 commit comments

Comments
 (0)