![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "GameObject.h"#include "Item.h"#include "Map.h"#include "Player.h"#include "ScriptedCreature.h"#include "Spell.h"#include "SpellMgr.h"#include "TemporarySummon.h"
Include dependency graph for item_scripts.cpp:Go to the source code of this file.
Classes | |
| class | item_only_for_flight |
| class | item_gor_dreks_ointment |
| 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 | |
Definition at line 180 of file item_scripts.cpp.
| enum OnlyForFlight |
| Enumerator | |
|---|---|
| SPELL_ARCANE_CHARGES | |
Definition at line 45 of file item_scripts.cpp.
| enum PetrovClusterBombs |
| Enumerator | |
|---|---|
| SPELL_PETROV_BOMB | |
| AREA_ID_SHATTERED_STRAITS | |
| ZONE_ID_HOWLING | |
Definition at line 151 of file item_scripts.cpp.
| void AddSC_item_scripts | ( | ) |