diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-03-05 20:17:37 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-03-05 20:17:37 +0100 |
| commit | 7fe5a77f5eb01e55db9b242e444dcb69c0c23189 (patch) | |
| tree | cbc3f18dfea17778fa4267e9f4173f737edfdced | |
| parent | 3d0b065135d36c6496c911c7c7fa355bb6f74a58 (diff) | |
Warning fix
| -rw-r--r-- | src/server/scripts/Commands/cs_wp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_wp.cpp b/src/server/scripts/Commands/cs_wp.cpp index c5dc2c290c6..424f94f7385 100644 --- a/src/server/scripts/Commands/cs_wp.cpp +++ b/src/server/scripts/Commands/cs_wp.cpp @@ -561,7 +561,6 @@ public: // -> variable lowguid is filled with the GUID of the NPC uint32 pathid = 0; uint32 point = 0; - uint32 wpGuid = 0; Creature* target = handler->getSelectedCreature(); PreparedStatement* stmt = NULL; |
