Skip to content

Commit

Permalink
- Compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftsmoke authored and Swiftsmoke committed Nov 9, 2008
1 parent 8cd1fa0 commit eaabe07
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/scripts/src/ExtraScripts/L70etc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,10 @@ class Effectsair : public CreatureAIScript{
protected:
uint32 timer;
};
*/
void SetupL70etc(ScriptMgr * mgr)
{
/*
mgr->register_creature_script(SAMURO, &SamAI::Create);
mgr->register_creature_script(BERGRISST, &BerAI::Create);
mgr->register_creature_script(MAIKYL, &MaiAI::Create);
Expand All @@ -781,5 +782,5 @@ void SetupL70etc(ScriptMgr * mgr)
mgr->register_creature_script(UNDEAD2, &Undead2AI::Create);
mgr->register_creature_script(UNDEAD3, &Undead3AI::Create);
mgr->register_creature_script(TRIGGER, &TriggerAI::Create);
}
*/
}
25 changes: 25 additions & 0 deletions src/scripts/src/ExtraScripts/WeddingNpc.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*
* ArcScript Scripts for Arcemu MMORPG Server
* Copyright (C) 2008 Arcemu Team
* Copyright (C) 2007 Moon++ <http://www.moonplusplus.com/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "Setup.h"


void SetupWeddingNPC(ScriptMgr * mgr)
{
}

0 comments on commit eaabe07

Please sign in to comment.