*Missed part in prev commit

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-01-18 20:01:45 +01:00
parent 69360e991a
commit 613217fca7
2 changed files with 8 additions and 2 deletions

View File

@@ -1314,4 +1314,10 @@ void AddSC_blackrock_depths()
newscript->Name="npc_marshal_reginald_windsor";
newscript->GetAI = &GetAI_npc_marshal_reginald_windsor;
newscript->RegisterSelf();*/
newscript = new Script;
newscript->Name = "npc_rocknot";
newscript->GetAI = &GetAI_npc_rocknot;
newscript->pChooseReward = &ChooseReward_npc_rocknot;
newscript->RegisterSelf();
}

View File

@@ -1,7 +1,7 @@
#ifndef __REVISION_H__
#define __REVISION_H__
#define _REVISION "896"
#define _HASH "2fc9fa91df4b"
#define _REVISION "905"
#define _HASH "9c8352b53bb6"
#define _REVISION_DATE "*"
#define _REVISION_TIME "*"
#endif // __REVISION_H__