This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Death Knight Ghoul | |
---------------------- | |
*/ | |
-- AP_Ghoul = 1.47*STRENGHT - (-100) | |
UPDATE pet_scaling_data SET apbase = -68, apbasescale = 147 where creature_entry = 26125 AND aura = 0; | |
-- levelstats, values are interpolated out of two correct values (80 and 62) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ ! -d codeblocks ] ; then | |
mkdir codeblocks | |
fi | |
cd codeblocks | |
cmake .. -G "CodeBlocks - Unix Makefiles" -DPREFIX=/home/tobias/Entwicklung/mangos_bin/Iov/ -DPCH=1 -DDEBUG=1 | |
cd .. | |
echo "Customizing Code::Blocks Project file". | |
sed -e 's|Makefile\" mangos-worldd|Makefile\" mangos-worldd -j4|' \ | |
-e 's|output="/home/tobias/Entwicklung/mangos/Iov/codeblocks/src/mangosd/mangos-worldd"|output="/home/tobias/Entwicklung/mangos_bin/Iov/bin/mangos-worldd"|' \ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attaching to fpm_redis_1, fpm_db_1, fpm_app_1, fpm_cron_1, fpm_web_1 | |
[36mredis_1 |[0m 1:C 11 Feb 2020 21:49:07.394 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo | |
[36mredis_1 |[0m 1:C 11 Feb 2020 21:49:07.394 # Redis version=5.0.7, bits=64, commit=00000000, modified=0, pid=1, just started | |
[36mredis_1 |[0m 1:C 11 Feb 2020 21:49:07.394 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf | |
[33mdb_1 |[0m 2020-02-11 21:49:08+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.4.12+maria~bionic started. | |
[36mredis_1 |[0m 1:M 11 Feb 2020 21:49:07.395 * Running mode=standalone, port=6379. | |
[33mdb_1 |[0m 2020-02-11 21:49:08+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' | |
[32mapp_1 |[0m Configuring Redis as session handler | |
[36mredis_1 |[0m 1:M 11 Feb 2020 21:49:07.395 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the low |
OlderNewer