From 613217fca7c2959fe3abbe593f4be65beedaeca8 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 18 Jan 2009 20:01:45 +0100 Subject: *Missed part in prev commit --HG-- branch : trunk --- .../scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp | 6 ++++++ src/shared/revision.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp index ddde07311a0..e0aa40d060c 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp @@ -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(); } diff --git a/src/shared/revision.h b/src/shared/revision.h index 5ae723c641f..95467c99a80 100644 --- a/src/shared/revision.h +++ b/src/shared/revision.h @@ -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__ -- cgit v1.2.3