Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit cf45e9f

Browse files
committed
[2311] Remove applying of STONED aura in Uldaman, expected to be done with DB tools
1 parent b2556e7 commit cf45e9f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

scripts/eastern_kingdoms/uldaman/instance_uldaman.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,11 @@ void instance_uldaman::OnCreatureCreate(Creature* pCreature)
6868
case NPC_GUARDIAN:
6969
case NPC_VAULT_WARDER:
7070
m_lWardens.push_back(pCreature->GetObjectGuid());
71-
pCreature->CastSpell(pCreature, SPELL_STONED, true);
7271
pCreature->SetNoCallAssistance(true); // no assistance
7372
break;
7473
case NPC_STONE_KEEPER:
7574
// FIXME - This isAlive check is currently useless
7675
m_mKeeperMap[pCreature->GetObjectGuid()] = pCreature->isAlive();
77-
pCreature->CastSpell(pCreature, SPELL_STONED, true);
7876
pCreature->SetNoCallAssistance(true); // no assistance
7977
break;
8078
default:
@@ -213,7 +211,6 @@ void instance_uldaman::DoResetKeeperEvent()
213211
{
214212
pKeeper->SetDeathState(JUST_DIED);
215213
pKeeper->Respawn();
216-
pKeeper->CastSpell(pKeeper, SPELL_STONED, true);
217214
pKeeper->SetNoCallAssistance(true);
218215
itr->second = true;
219216
}

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 "2310"
3+
#define SD2_REVISION_NR "2311"
44
#endif // __SD2_REVISION_NR_H__

0 commit comments

Comments
 (0)