Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/OregonCore/OregonCore
Browse files Browse the repository at this point in the history
  • Loading branch information
AbraKabastard committed Feb 10, 2018
2 parents c9c98a6 + 076e6dd commit c9cb050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dep/acelite/ace/Default_Constants.h
Expand Up @@ -76,11 +76,11 @@
# endif /* ACE_DEFAULT_TIMEOUT */

# if !defined (ACE_DEFAULT_BACKLOG)
# define ACE_DEFAULT_BACKLOG 5
# define ACE_DEFAULT_BACKLOG 128
# endif /* ACE_DEFAULT_BACKLOG */

# if !defined (ACE_DEFAULT_ASYNCH_BACKLOG)
# define ACE_DEFAULT_ASYNCH_BACKLOG 5
# define ACE_DEFAULT_ASYNCH_BACKLOG 128
# endif /* ACE_DEFAULT_ASYNCH_BACKLOG */

# if !defined (ACE_DEFAULT_THREADS)
Expand Down
1 change: 1 addition & 0 deletions sql/updates/world/2018_02_07_01_remove_old_scripts.sql
@@ -0,0 +1 @@
DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (5833,5852,5854,5855,5856,5858,5860,5862,8278,8280,8282,8283,9318,14621);

0 comments on commit c9cb050

Please sign in to comment.