Yehonal
3bf937d2ea
Fixing db importing with new mysql 5.7 installations
2018-09-17 13:07:59 +00:00
Yehonal
a8e848b054
updated client data downloading url
2018-09-17 12:40:43 +00:00
Barbz
9d2fa9a8c9
db_assembler - Readme
...
Default location of the merged files
2018-09-14 17:50:42 +02:00
Stoabrogga
205e8eb14e
Log unused config options ( #999 )
...
Now fixed
2018-09-08 20:26:28 +02:00
Barbz
fa65a8070a
DB/Characters: Remove unused tables "uptime" and "cheaters" ( #1000 )
...
* DB/Characters: Remove unused tables "uptime" and "cheaters"
2018-09-03 22:40:38 +02:00
Barbz
4a9e3f190a
issue_template.md - Reorganisation
...
Switched "current behaviour" with "expected behaviour" because it makes more sense
2018-08-27 16:10:56 +02:00
Travis CI
f66e0dc99e
Importing pending sql
2018-08-26 19:27:13 +00:00
Stoabrogga
2af151c971
Fix world server crash when using the Atal'ai Statue (ID 148833) in Sunken Temple
2018-08-26 21:25:36 +02:00
Yehonal
564d2e8eb7
[Bash] fixed menu header display
2018-08-24 10:16:24 +02:00
Travis CI
ddc8a1ae6e
Importing pending sql
2018-08-19 23:22:22 +00:00
Dunjeon
7dce384d33
MissingCreatureTexts
...
2.5k unique creature_text database entries extracted from TC
2018-08-20 01:20:35 +02:00
Travis CI
ac06be129d
Importing pending sql
2018-08-13 13:48:38 +00:00
Barbz
99b534ddaf
Core/Commands: .npc set faction fix and improvement ( #1001 )
...
Fix error message in console, and add help text for new 'npc set faction' command
2018-08-13 15:46:42 +02:00
Stoabrogga
c369ba44e6
fix error message and help text for new 'npc set faction' command
2018-08-12 23:16:01 +00:00
Barbz
334a0f3e2c
Cmake: Custom cmake options now read ( #989 )
...
fix: config.cmake not work.
"EXISTS" cannot use relative paths.
2018-08-06 15:56:30 +02:00
BarbzYHOOL
4d7c06c304
Revert "Show default options, missing in config files ( #908 )"
...
This reverts commit f122ed57bf .
This commit created a critical errors and made the core instable. The feature should be reimplemented in a better way.
2018-08-05 20:49:51 +02:00
Barbz
3e914957db
Fix travis + compiler script ( #997 from Stoabrogga/compiler)
...
Exit compiler script if any statement returns non-zero exit code
2018-08-05 19:15:27 +02:00
Stoabrogga
c3ecdf751d
add "set -e" also to script "db_assembler.sh"
2018-08-05 15:10:03 +00:00
Stoabrogga
5278e96aca
ignore exit code of 'make clean' as it won't find a Makefile if called as first action (which is the case for "compiler all")
2018-08-05 04:55:47 +00:00
talamortis
a47876ebd9
Updated custom commands made.
2018-08-05 00:52:10 +01:00
talamortis
cbf7bc2d3f
Updated code for New config.
...
*enable/disable Minigob Manabonk
*Put the config option in the wrong part, changed from int to bool.
2018-08-05 00:50:24 +01:00
Stoabrogga
287b2010ea
exit compiler script if any statement returns non-zero exit code
2018-08-04 22:50:16 +00:00
talamortis
ccb3e8c2a4
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
2018-07-29 23:09:07 +01:00
talamortis
78e1407f7a
New config option added
...
- Added config to enable/disable Minigob Manabonk.
- Dalaran Wintergrap mage no longer yells if the event has been disabled.
2018-07-29 23:08:56 +01:00
ayase
69e663510e
fix: config.cmake not work.
2018-07-29 00:27:38 +08:00
FALL1N1
c6be57c232
Move preloading in the continent transport check
2018-07-28 01:43:23 +02:00
Kartselyanski
1f51bf41cd
And another one...
2018-07-28 01:43:23 +02:00
Kartselyanski
21aae9eec5
Should be out of the check.
2018-07-28 01:43:23 +02:00
Kartselyanski
ea8c85c886
Make the continent transport and preloading optional.
2018-07-28 01:43:23 +02:00
Anthony Gauthier
5f4ab8fe44
Simple README error fixed
2018-07-26 20:36:03 +02:00
talamortis
4e27109cea
Fixed crash issue with death grip from previous commit.
...
*Tested on both Windows and Linux system.
2018-07-22 12:08:52 +01:00
talamortis
295f461fdd
Added the commands into a sub table
...
Now
.npc set faction temp (id)
.npc set faction original
.npc set faction perm (id)
2018-07-22 00:37:43 +01:00
talamortis
e36dac4258
added two more commands to .npc set
...
* .npc set tempfactionid (35) - will changed the selected npc faction but will not save it.
* .npc set originalFaction - will restore the correct faction from the npc faction template in the DB.
closes #706
2018-07-22 00:23:39 +01:00
talamortis
562833c9d6
Fixed Glyph Learning.
...
* Fixed an issue where if players learn a glyph in spec 1 the same glyph couldnt be applied in spec 2.
closes #739 #411
2018-07-21 23:38:33 +01:00
talamortis
bdbdc8030a
Update Death Grip
...
* Added another check to Death grip to ignore some boss ids, as need for some faction champions in argent crusade.
closes #982
2018-07-21 22:22:59 +01:00
ayase
d29a1a3300
Core: Easy module conf creation & reload ( #931 )
...
* Change the read method of the config of the module.Developers can now easily read the config file in cmake.
e.g. AC_ADD_CONFIG_FILE("${CMAKE_CURRENT_LIST_DIR}/conf/my_first_module.conf.dist")
* Update Master.h
* Update cs_reload.cpp
Command: `.reload config` can now reload the config file of all modules #981
2018-07-19 21:50:29 +02:00
talamortis
8b1f2ece8a
Fixed Typo
...
*Fixed typo on custom hook.
2018-07-18 19:48:44 +01:00
talamortis
a5a130b95a
Added Hook
...
* This hook can be used to cache module database tables.
2018-07-18 13:12:30 +01:00
Yehonal
8767372ebf
Distro information when install OS deps
2018-07-17 17:27:17 +02:00
Yehonal
114f37801c
Missing unzip dep for client data downloader
2018-07-17 17:27:17 +02:00
Yehonal
3fb937f003
Fixed simple-restarter script
2018-07-17 14:56:13 +00:00
Stoabrogga
8e9faf8488
Revert WMO changes ( #976 )
2018-07-17 14:27:42 +01:00
Yehonal
8255f78f8a
Missing curl package in unix os deps
2018-07-17 13:57:55 +02:00
Yehonal
af5256cd5b
Various fixes to acore dashboard
...
+ simple restarter now prevents infinite crash loops
+ client data downloader now uses github releases and fixed downloading path
+ module updating now take care about compatibility version info
+ disabled CONFDIR variable in bash conf file, using BINPATH by default instead
2018-07-17 13:54:23 +02:00
Kartselyanski
113ac06929
Ahn'Kahet: Amanitar should cast the fungus only on players without "Mini" aura.
2018-07-17 00:01:09 +02:00
Travis CI
9bbb1b10e0
Importing pending sql
2018-07-16 16:10:50 +00:00
MajorDOT
dfd00ff897
DB/Script: Fix Captain Dranarus sound range
...
Fix by:
https://github.com/offl
2018-07-16 18:08:57 +02:00
Yehonal
32f215805a
Fixed libssl-dev for latest ubuntu revs on deps installer
2018-07-15 23:44:58 +02:00
Yehonal
afbe059d5a
fixed loop with comp_build() function of compiler
2018-07-15 23:33:22 +02:00
Yehonal
e2e3a07f94
missing executable permissions for *.sh files
...
command: git add --chmod=+x -- $file
2018-07-15 23:22:20 +02:00