aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2020-04-05 15:23:56 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-01 01:00:26 +0100
commitecdc387df2d4fb9602bb10765898949f99e7c5c5 (patch)
treef6dc7838812dfb60ddd14d898eec5df62085e58b /src/server/scripts/Commands
parent4df9ab2a3fe1dde5c0c516fbcb610453f4759cda (diff)
Core/Misc: Remove whitespace at the end of lines
(cherry picked from commit caae3886d24adf0a5fc95454bb1c45477057bde4)
Diffstat (limited to 'src/server/scripts/Commands')
-rw-r--r--src/server/scripts/Commands/cs_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_misc.cpp b/src/server/scripts/Commands/cs_misc.cpp
index d7515aa40aa..0dc57d01566 100644
--- a/src/server/scripts/Commands/cs_misc.cpp
+++ b/src/server/scripts/Commands/cs_misc.cpp
@@ -1334,7 +1334,7 @@ public:
if (count < 0)
{
uint32 destroyedItemCount = playerTarget->DestroyItemCount(itemId, -count, true, false);
-
+
if (destroyedItemCount > 0)
{
// output the amount of items successfully destroyed