From 11c9e3f025fc23ad0259c08644b9b80250e9f5b8 Mon Sep 17 00:00:00 2001 From: Sven Van de Velde Date: Wed, 2 Mar 2016 22:15:07 +0100 Subject: [PATCH] Test if getPlayerName really returns an empty string ... --- Moose/Database.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose/Database.lua b/Moose/Database.lua index 9ac06ec7c..9f41192a4 100644 --- a/Moose/Database.lua +++ b/Moose/Database.lua @@ -425,7 +425,7 @@ function DATABASE:OnHit( event ) local InitUnit = nil local InitUnitName = "" local InitGroupName = "" - local InitPlayerName = "" + local InitPlayerName = "dummy" local InitCoalition = nil local InitCategory = nil