1928 {
1930
1932
1933 if (targets.size() > 1)
1934 {
1936 {
1938 {
1939 return true;
1940 }
1941
1942 return false;
1943 });
1944 }
1945
1946 if (targets.empty())
1947 {
1948 return;
1949 }
1950
1952 targets.clear();
1953 targets.push_back(target);
1954 }
@ SPELL_HAS_DARK_BREWMAIDENS_BREW
Definition brewfest.cpp:1488
@ DATA_TARGET_GUID
Definition brewfest.cpp:1519
Definition GridNotifiers.h:1689
static ObjectGuid GetGUID(Object const *o)
Definition Object.h:120
Unit * GetCaster()
Definition SpellScript.cpp:401
virtual ObjectGuid GetGUID(int32=0) const
Definition UnitAI.h:221
UnitAI * GetAI()
Definition Unit.h:694
auto SelectRandomContainerElement(C const &container) -> typename std::add_const< decltype(*std::begin(container))>::type &
Definition Containers.h:133