Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the SpellScaling #1

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
61 changes: 30 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,49 +149,48 @@ respects for all of the code used other than [OpenSSL][48].
[^2]: Clang support for Windows is experimental. Failure to compile Mangos
may also relate to the experimental state of the port.

[1]: http://blizzard.com/ "Blizzard Entertainment Inc. · we love you!"
[1]: http://blizzard.com/ "Blizzard Entertainment Inc. we love you!"
[2]: http://battle.net/wow/ "World of Warcraft"
[5]: http://www.wowpedia.org/Patch_4.3.4 "WoW Cataclysm· Patch 4.3.4 release notes"
[5]: http://www.wowpedia.org/Patch_4.3.4 "WoW Cataclysm Patch 4.3.4 release notes"
[7]: http://www.cppreference.com/ "C / C++ reference"

[10]: https://getmangos.eu/ "mangos · project site"
[12]: http://github.com/mangosfour "MaNGOS Four· github organization"
[13]: http://github.com/mangosfour/server "MaNGOS Four · server repository"
[15]: http://github.com/mangosfour/database "MaNGOS four · content database repository"
[10]: https://getmangos.eu/ "mangos project site"
[12]: http://github.com/mangosfour "MaNGOS Four github organization"
[13]: http://github.com/mangosfour/server "MaNGOS Four server repository"
[15]: http://github.com/mangosfour/database "MaNGOS four content database repository"
[16]: https://travis-ci.org/mangosfour/server "Travis CI . MaNGOS Four build status"
[17]: https://scan.coverity.com/ "Coverity Scan · Static Code Analysis"

[19]: http://www.cmake.org/ "CMake · Cross Platform Make"
[20]: http://windows.microsoft.com/ "Microsoft Windows · that OS, yes."
[21]: http://www.debian.org/ "Debian · The Universal Operating System"
[22]: http://www.ubuntu.com/ "Ubuntu · The world's most popular free OS"
[23]: http://www.freebsd.org/ "FreeBSD · The Power To Serve"
[24]: http://www.netbsd.org/ "NetBSD · The NetBSD Project"
[25]: http://www.openbsd.org/ "OpenBSD · Free, functional and secure"
[17]: https://scan.coverity.com/ "Coverity Scan Static Code Analysis"

[19]: http://www.cmake.org/ "CMake Cross Platform Make"
[20]: http://windows.microsoft.com/ "Microsoft Windows that OS, yes."
[21]: http://www.debian.org/ "Debian The Universal Operating System"
[22]: http://www.ubuntu.com/ "Ubuntu The world's most popular free OS"
[23]: http://www.freebsd.org/ "FreeBSD The Power To Serve"
[24]: http://www.netbsd.org/ "NetBSD The NetBSD Project"
[25]: http://www.openbsd.org/ "OpenBSD Free, functional and secure"
[26]: http://www.dragonflybsd.org/ "DragonFlyBSD"

[30]: http://www.microsoft.com/visualstudio/eng/ "Visual Studio 2012"
[31]: http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products "Visual Studio Express 2012 for Windows Desktop"
[32]: http://www.microsoft.com/en-us/download/details.aspx?id=8279 "Windows SDK for Windows 7 and .NET Framework 4"
[33]: http://clang.llvm.org/ "clang · a C language family frontend for LLVM"
[34]: http://git-scm.com/ "Git · Distributed version control system"
[35]: http://windows.github.com/ "github · windows client"
[36]: http://www.sourcetreeapp.com/ "SourceTree · Free Mercurial and Git Client for Windows/Mac"

[40]: http://www.mysql.com/ "MySQL · The world's most popular open source database"
[41]: http://www.mariadb.org/ "MariaDB · An enhanced, drop-in replacement for MySQL"
[43]: http://www.cs.wustl.edu/~schmidt/ACE.html "ACE · The ADAPTIVE Communication Environment"
[44]: http://github.com/memononen/recastnavigation "Recast · Navigation-mesh Toolset for Games"
[45]: http://sourceforge.net/projects/g3d/ "G3D · G3D Innovation Engine"
[46]: http://github.com/ge0rg/libmpq "libmpq · A library for reading data from MPQ archives"
[48]: http://www.openssl.org/ "OpenSSL · The Open Source toolkit for SSL/TLS"
[49]: http://www.stack.nl/~dimitri/doxygen/ "Doxygen · API documentation generator"
[50]: http://www.lua.org/ "Lua · The Programming Language"
[33]: http://clang.llvm.org/ "clang a C language family frontend for LLVM"
[34]: http://git-scm.com/ "Git Distributed version control system"
[35]: http://windows.github.com/ "github windows client"
[36]: http://www.sourcetreeapp.com/ "SourceTree Free Mercurial and Git Client for Windows/Mac"

[40]: http://www.mysql.com/ "MySQL The world's most popular open source database"
[41]: http://www.mariadb.org/ "MariaDB An enhanced, drop-in replacement for MySQL"
[43]: http://www.cs.wustl.edu/~schmidt/ACE.html "ACE The ADAPTIVE Communication Environment"
[44]: http://github.com/memononen/recastnavigation "Recast Navigation-mesh Toolset for Games"
[45]: http://sourceforge.net/projects/g3d/ "G3D G3D Innovation Engine"
[46]: http://github.com/ge0rg/libmpq "libmpq A library for reading data from MPQ archives"
[48]: http://www.openssl.org/ "OpenSSL The Open Source toolkit for SSL/TLS"
[49]: http://www.stack.nl/~dimitri/doxygen/ "Doxygen API documentation generator"
[50]: http://www.lua.org/ "Lua The Programming Language"
[51]: http://gnuwin32.sourceforge.net/packages/zlib.htm "Zlib for Windows"
[52]: http://gnuwin32.sourceforge.net/packages/bzip2.htm "Bzip2 for Windows"
[53]: http://www.zlib.net/ "Zlib"
[54]: http://www.bzip.org/ "Bzip2"
[55]: http://slproweb.com/products/Win32OpenSSL.html "OpenSSL for Windows"
[56]: http://www.lua.org/ "Lua"
[57]: https://code.google.com/p/luaforwindows/ "Lua for Windows"

[57]: https://code.google.com/p/luaforwindows/ "Lua for Windows"
2 changes: 1 addition & 1 deletion src/game/BattleGround/BattleGroundMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ void BattleGroundMgr::LoadBattleMastersEntry()
Field* fields = result->Fetch();

uint32 entry = fields[0].GetUInt32();
uint32 bgTypeId = fields[1].GetUInt32();
uint32 bgTypeId = BattleGroundTypeId(bgTypeId);
if (!sBattlemasterListStore.LookupEntry(bgTypeId))
{
sLog.outErrorDb("Table `battlemaster_entry` contain entry %u for nonexistent battleground type %u, ignored.", entry, bgTypeId);
Expand Down
Loading