1927 {
1929
1931
1932 if (targets.size() > 1)
1933 {
1935 {
1937 {
1938 return true;
1939 }
1940
1941 return false;
1942 });
1943 }
1944
1945 if (targets.empty())
1946 {
1947 return;
1948 }
1949
1951 targets.clear();
1952 targets.push_back(target);
1953 }
@ SPELL_HAS_DARK_BREWMAIDENS_BREW
Definition: brewfest.cpp:1487
@ DATA_TARGET_GUID
Definition: brewfest.cpp:1518
auto SelectRandomContainerElement(C const &container) -> typename std::add_const< decltype(*std::begin(container))>::type &
Definition: Containers.h:133
virtual ObjectGuid GetGUID(int32=0) const
Definition: UnitAI.h:216
static ObjectGuid GetGUID(Object const *o)
Definition: Object.h:109
UnitAI * GetAI()
Definition: Unit.h:658
Definition: GridNotifiers.h:1627
Unit * GetCaster()
Definition: SpellScript.cpp:401