Skip to content

Instantly share code, notes, and snippets.

View ReluctantX's full-sized avatar

ReluctantX ReluctantX

View GitHub Profile
@ReluctantX
ReluctantX / sha
Created August 18, 2013 01:52
sha
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellAuraEffects.h"
#include "Player.h"
enum Spells
{
SPELL_CORRUPTED_FEAR = 160000,
SPELL_SHA_VOLLEY = 160001,
/*
* Copyright (C) 2011-2013 Project SkyFire <http://www.projectskyfire.org/>
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2013 MaNGOS <http://getmangos.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 (at your
* option) any later version.
*