Skip to content

Commit 4b0c877

Browse files
committed
Update PvpAlerts_3D_System.lua
1 parent 5c5f1df commit 4b0c877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PvpAlerts_3D_System.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3781,7 +3781,7 @@ local function FindNearbyPOIs()
37813781
allianceKills[a] = kills or 0
37823782
end
37833783
local name = PVP.killLocationPintypeToName[pinType]
3784-
local name_long = name ..
3784+
local name_long = (name or "Fight!") ..
37853785
"\nBattle Victories:\n|cEFD13CAD " ..
37863786
(allianceKills[ALLIANCE_ALDMERI_DOMINION] or 0) ..
37873787
"|r, |cFF7161EP " ..

0 commit comments

Comments
 (0)