mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-24 22:16:23 +00:00
Replaced tabs with spaces
This commit is contained in:
@@ -160,7 +160,7 @@ public:
|
||||
creators["my attacker count"] = &ValueContext::my_attacker_count;
|
||||
creators["has aggro"] = &ValueContext::has_aggro;
|
||||
creators["mounted"] = &ValueContext::mounted;
|
||||
creators["custom_glyphs"] = &ValueContext::custom_glyphs; // Added for custom glyphs
|
||||
creators["custom_glyphs"] = &ValueContext::custom_glyphs; // Added for custom glyphs
|
||||
|
||||
creators["can loot"] = &ValueContext::can_loot;
|
||||
creators["loot target"] = &ValueContext::loot_target;
|
||||
@@ -555,7 +555,7 @@ private:
|
||||
static UntypedValue* last_flee_angle(PlayerbotAI* ai) { return new LastFleeAngleValue(ai); }
|
||||
static UntypedValue* last_flee_timestamp(PlayerbotAI* ai) { return new LastFleeTimestampValue(ai); }
|
||||
static UntypedValue* recently_flee_info(PlayerbotAI* ai) { return new RecentlyFleeInfo(ai); }
|
||||
// -------------------------------------------------------
|
||||
// -------------------------------------------------------
|
||||
// Flag for cutom glyphs : true when /w bot glyph equip
|
||||
// -------------------------------------------------------
|
||||
static UntypedValue* custom_glyphs(PlayerbotAI* ai)
|
||||
|
||||
Reference in New Issue
Block a user