This repository was archived by the owner on Mar 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
scripts/eastern_kingdoms/uldaman Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,11 @@ void instance_uldaman::OnCreatureCreate(Creature* pCreature)
68
68
case NPC_GUARDIAN:
69
69
case NPC_VAULT_WARDER:
70
70
m_lWardens.push_back (pCreature->GetObjectGuid ());
71
- pCreature->CastSpell (pCreature, SPELL_STONED, true );
72
71
pCreature->SetNoCallAssistance (true ); // no assistance
73
72
break ;
74
73
case NPC_STONE_KEEPER:
75
74
// FIXME - This isAlive check is currently useless
76
75
m_mKeeperMap[pCreature->GetObjectGuid ()] = pCreature->isAlive ();
77
- pCreature->CastSpell (pCreature, SPELL_STONED, true );
78
76
pCreature->SetNoCallAssistance (true ); // no assistance
79
77
break ;
80
78
default :
@@ -213,7 +211,6 @@ void instance_uldaman::DoResetKeeperEvent()
213
211
{
214
212
pKeeper->SetDeathState (JUST_DIED);
215
213
pKeeper->Respawn ();
216
- pKeeper->CastSpell (pKeeper, SPELL_STONED, true );
217
214
pKeeper->SetNoCallAssistance (true );
218
215
itr->second = true ;
219
216
}
Original file line number Diff line number Diff line change 1
1
#ifndef __SD2_REVISION_NR_H__
2
2
#define __SD2_REVISION_NR_H__
3
- #define SD2_REVISION_NR "2310 "
3
+ #define SD2_REVISION_NR "2311 "
4
4
#endif // __SD2_REVISION_NR_H__
You can’t perform that action at this time.
0 commit comments