mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
26b5e033ff
*Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk
10 lines
283 B
C++
10 lines
283 B
C++
// $Id: Containers.cpp 80826 2008-03-04 14:51:23Z wotte $
|
|
#include "ace/Containers.h"
|
|
ACE_RCSID (ace,
|
|
Containers,
|
|
"$Id: Containers.cpp 80826 2008-03-04 14:51:23Z wotte $")
|
|
#if !defined (__ACE_INLINE__)
|
|
#include "ace/Containers.inl"
|
|
#endif /* __ACE_INLINE__ */
|
|
|