AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "ItemScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "Spell.h"
#include "SpellMgr.h"
Go to the source code of this file.
Classes | |
class | item_only_for_flight |
class | item_incendiary_explosives |
class | item_mysterious_egg |
class | item_disgusting_jar |
class | item_petrov_cluster_bombs |
class | item_captured_frog |
class | item_generic_limit_chance_above_60 |
Enumerations | |
enum | OnlyForFlight { SPELL_ARCANE_CHARGES = 45072 } |
enum | PetrovClusterBombs { SPELL_PETROV_BOMB = 42406 , AREA_ID_SHATTERED_STRAITS = 4064 , ZONE_ID_HOWLING = 495 } |
enum | CapturedFrog { QUEST_THE_PERFECT_SPIES = 25444 , NPC_VANIRAS_SENTRY_TOTEM = 40187 } |
Functions | |
void | AddSC_item_scripts () |
enum CapturedFrog |
Enumerator | |
---|---|
QUEST_THE_PERFECT_SPIES | |
NPC_VANIRAS_SENTRY_TOTEM |
enum OnlyForFlight |
Enumerator | |
---|---|
SPELL_ARCANE_CHARGES |
enum PetrovClusterBombs |
Enumerator | |
---|---|
SPELL_PETROV_BOMB | |
AREA_ID_SHATTERED_STRAITS | |
ZONE_ID_HOWLING |
void AddSC_item_scripts | ( | ) |
Referenced by AddWorldScripts().