Update copyright note for 2018
auto happy = new year(2018);
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
+8
-8
@@ -7,18 +7,18 @@ Contributing is not only about creating fixes, but also reporting bugs. Before r
|
|||||||
Issues
|
Issues
|
||||||
======
|
======
|
||||||
|
|
||||||
Read [this](http://www.trinitycore.org/f/topic/37-the-trinitycore-issuetracker-and-you/) before creating a ticket.
|
Read [this](https://www.trinitycore.org/f/topic/37-the-trinitycore-issuetracker-and-you/) before creating a ticket.
|
||||||
If you have problems with TrinityCore installation, read [this](http://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/).
|
If you have problems with TrinityCore installation, read [this](https://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/).
|
||||||
|
|
||||||
Mandatory things when creating a ticket:
|
Mandatory things when creating a ticket:
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
- Branch
|
- Branch
|
||||||
- commit hash (if you get something like TrinityCore rev. unknown 1970-01-01 00:00:00 +0000 (Archived branch) (Win64, Release), please read this [post](http://www.trinitycore.org/f/topic/345-howto-properly-install-git-on-windows-fix-trinitycore-rev-1970-01-01-000000-0000/) or clone this repository instead downloading the source code.
|
- commit hash (if you get something like TrinityCore rev. unknown 1970-01-01 00:00:00 +0000 (Archived branch) (Win64, Release), please read this [post](https://www.trinitycore.org/f/topic/345-howto-properly-install-git-on-windows-fix-trinitycore-rev-1970-01-01-000000-0000/) or clone this repository instead downloading the source code.
|
||||||
- entries of affected creatures / items / quests with a link to the relevant wowhead page.
|
- entries of affected creatures / items / quests with a link to the relevant wowhead page.
|
||||||
- clear title and description of the bug - if your english is very bad, please use google translate or yandex to translate to english and include one text in your native language.
|
- clear title and description of the bug - if your english is very bad, please use google translate or yandex to translate to english and include one text in your native language.
|
||||||
|
|
||||||
When reporting a crash, you MUST compile in debug mode because release dumps are useless (not enough information) - if you don't know how to compile in debug, read [this](http://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/#entry47672)
|
When reporting a crash, you MUST compile in debug mode because release dumps are useless (not enough information) - if you don't know how to compile in debug, read [this](https://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/#entry47672)
|
||||||
|
|
||||||
We sugest the title and body to have the next style:
|
We sugest the title and body to have the next style:
|
||||||
|
|
||||||
@@ -39,8 +39,8 @@ Creating Pull Requests:
|
|||||||
|
|
||||||
|
|
||||||
When creating patches read:
|
When creating patches read:
|
||||||
- [TrinityCore Development Standards](http://www.trinitycore.org/f/topic/6-trinitycore-developing-standards/)
|
- [TrinityCore Development Standards](https://www.trinitycore.org/f/topic/6-trinitycore-developing-standards/)
|
||||||
- [WDB Fields](http://www.trinitycore.org/f/topic/58-wdb-fields/)
|
- [WDB Fields](https://www.trinitycore.org/f/topic/58-wdb-fields/)
|
||||||
- [Git Squash](https://ariejan.net/2011/07/05/git-squash-your-latests-commits-into-one/)
|
- [Git Squash](https://ariejan.net/2011/07/05/git-squash-your-latests-commits-into-one/)
|
||||||
|
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@ Since it's very unlikely that your Pull Request will be merged on the day that y
|
|||||||
Wiki
|
Wiki
|
||||||
====
|
====
|
||||||
|
|
||||||
The wiki is located at [http://trinitycore.info](http://trinitycore.info).
|
The wiki is located at [https://trinitycore.info](https://trinitycore.info).
|
||||||
|
|
||||||
You are welcome to create an account and help us improve and extend the wiki.
|
You are welcome to create an account and help us improve and extend the wiki.
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Requirements
|
|||||||
============
|
============
|
||||||
|
|
||||||
|
|
||||||
Software requirements are available in the [wiki](http://www.trinitycore.info/display/tc/Requirements) for
|
Software requirements are available in the [wiki](https://www.trinitycore.info/display/tc/Requirements) for
|
||||||
Windows, Linux and Mac OSX.
|
Windows, Linux and Mac OSX.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,5 +2,5 @@ For installation instructions read www.trinitycore.info
|
|||||||
Remember that TrinityCore needs sse2 capable processor as well c++11 compiler.
|
Remember that TrinityCore needs sse2 capable processor as well c++11 compiler.
|
||||||
|
|
||||||
If you still have installation problems check:
|
If you still have installation problems check:
|
||||||
http://www.trinitycore.org/f/topic/10656-updating-or-starting-with-trinitycore-issues/
|
https://www.trinitycore.org/f/topic/10656-updating-or-starting-with-trinitycore-issues/
|
||||||
http://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/
|
https://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
# Author: leak
|
# Author: leak
|
||||||
# Date: 2010-12-06
|
# Date: 2010-12-06
|
||||||
# Note: Based on conf file format of rev 10507
|
# Note: Based on conf file format of rev 10507
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
# Copyright (C) 2005-2011 MaNGOS project <http://getmangos.com/>
|
# Copyright (C) 2005-2011 MaNGOS project <http://getmangos.com/>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
+2
-2
@@ -11,7 +11,7 @@ Standalone (no previous code from anyone) :
|
|||||||
|
|
||||||
--- SNIP ---
|
--- SNIP ---
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-YYYY TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-YYYY TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
@@ -31,7 +31,7 @@ Standalone (no previous code from anyone) :
|
|||||||
With previous code from external developers:
|
With previous code from external developers:
|
||||||
--- SNIP ---
|
--- SNIP ---
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-YYYY TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-YYYY TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) XXXX-YYYY external-teamname <url>
|
* Copyright (C) XXXX-YYYY external-teamname <url>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
+4
-4
@@ -1,20 +1,20 @@
|
|||||||
= TrinityCore -- Linux installation =
|
= TrinityCore -- Linux installation =
|
||||||
Copyright (C) 2008-2017 TrinityCore (http://www.trinitycore.org/)
|
Copyright (C) 2008-2018 TrinityCore (https://www.trinitycore.org/)
|
||||||
|
|
||||||
=========================================================
|
=========================================================
|
||||||
WARNING: THIS DOCUMENTATION IS NOT ALWAYS UP TO DATE.
|
WARNING: THIS DOCUMENTATION IS NOT ALWAYS UP TO DATE.
|
||||||
FOR MORE UP-TO-DATE INFORMATION, CHECK THE TRINITY WIKI.
|
FOR MORE UP-TO-DATE INFORMATION, CHECK THE TRINITY WIKI.
|
||||||
=========================================================
|
=========================================================
|
||||||
|
|
||||||
CHECK http://www.trinitycore.info/ FOR FURTHER HELP
|
CHECK https://www.trinitycore.info/ FOR FURTHER HELP
|
||||||
|
|
||||||
These are instructions for installation in a Linux environment, if you are
|
These are instructions for installation in a Linux environment, if you are
|
||||||
using Windows refer to http://www.trinitycore.info/
|
using Windows refer to https://www.trinitycore.info/
|
||||||
|
|
||||||
Installing TrinityCore is fairly simple on a Linux machine, assuming you
|
Installing TrinityCore is fairly simple on a Linux machine, assuming you
|
||||||
have all required applications
|
have all required applications
|
||||||
|
|
||||||
http://collab.kpsn.org/display/tc/Requirements
|
https://www.trinitycore.info/display/tc/Requirements
|
||||||
|
|
||||||
Most of these are included on common Linux distros, others you may have
|
Most of these are included on common Linux distros, others you may have
|
||||||
to install by your self. Please check your distro's repos.
|
to install by your self. Please check your distro's repos.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#define _FULL_DATABASE "TDB_world_720.00_2017_04_18.sql"
|
#define _FULL_DATABASE "TDB_world_720.00_2017_04_18.sql"
|
||||||
#define _HOTFIXES_DATABASE "TDB_hotfixes_720.00_2017_04_18.sql"
|
#define _HOTFIXES_DATABASE "TDB_hotfixes_720.00_2017_04_18.sql"
|
||||||
#define VER_COMPANYNAME_STR "TrinityCore Developers"
|
#define VER_COMPANYNAME_STR "TrinityCore Developers"
|
||||||
#define VER_LEGALCOPYRIGHT_STR "(c)2008-2017 TrinityCore"
|
#define VER_LEGALCOPYRIGHT_STR "(c)2008-2018 TrinityCore"
|
||||||
#define VER_FILEVERSION 0,0,0
|
#define VER_FILEVERSION 0,0,0
|
||||||
#define VER_FILEVERSION_STR "@rev_hash@ @rev_date@ (@rev_branch@ branch)"
|
#define VER_FILEVERSION_STR "@rev_hash@ @rev_date@ (@rev_branch@ branch)"
|
||||||
#define VER_PRODUCTVERSION VER_FILEVERSION
|
#define VER_PRODUCTVERSION VER_FILEVERSION
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
# Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
#
|
#
|
||||||
# This file is free software; as a special exception the author gives
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/>
|
* Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user