Changeset 221 for trunk/src/game/SpellEffects.cpp
- Timestamp:
- 11/19/08 13:47:48 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellEffects.cpp
r215 r221 57 57 #include "Util.h" 58 58 #include "TemporarySummon.h" 59 #include "ScriptCalls.h" // for goober gameobject script 59 60 60 61 pEffect SpellEffects[TOTAL_SPELL_EFFECTS]= … … 2808 2809 return; 2809 2810 2811 Script->GOHello(player, gameObjTarget); 2810 2812 gameObjTarget->AddUniqueUse(player); 2811 2813 gameObjTarget->SetLootState(GO_JUST_DEACTIVATED);