From adccf1ef361ce8b6e939fb9a453fc2c5f672be58 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Thu, 30 Apr 2015 11:48:31 +0300 Subject: [PATCH] Update LuaFunctions.cpp --- LuaFunctions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/LuaFunctions.cpp b/LuaFunctions.cpp index 00559ed..a0b75fa 100644 --- a/LuaFunctions.cpp +++ b/LuaFunctions.cpp @@ -650,7 +650,6 @@ ElunaRegister PlayerMethods[] = { "SendNotification", &LuaPlayer::SendNotification }, // :SendNotification(message) - Sends a red message in the middle of your screen { "SendPacket", &LuaPlayer::SendPacket }, // :SendPacket(packet, selfOnly) - Sends a packet to player or everyone around also if selfOnly is false { "SendAddonMessage", &LuaPlayer::SendAddonMessage }, // :SendAddonMessage(prefix, message, channel, receiver) - Sends an addon message to the player. - { "SendVendorWindow", &LuaPlayer::SendVendorWindow }, // :SendVendorWindow(unit) - Sends the unit's vendor window to the player { "ModifyMoney", &LuaPlayer::ModifyMoney }, // :ModifyMoney(amount[, sendError]) - Modifies (does not set) money (copper count) of the player. Amount can be negative to remove copper { "LearnSpell", &LuaPlayer::LearnSpell }, // :LearnSpell(id) - learns the given spell { "LearnTalent", &LuaPlayer::LearnTalent },