mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
fixed typo.
This commit is contained in:
@@ -448,7 +448,7 @@ public:
|
||||
|
||||
if (ElementalFour)
|
||||
{
|
||||
UnUnit* target = SelectTarget(SELECT_TARGET_RANDOM, 1, 100, true);
|
||||
Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 1, 100, true);
|
||||
if (!target)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user