Commit Graph

19 Commits

Author SHA1 Message Date
joschiwald
994d813699 DB/RBAC: fixed some permissions after 779d3b2368 2016-09-03 18:12:40 +02:00
xjose93
779d3b2368 Core/Commands: Implement .neargraveyard (find nearest graveyard from dbc). (#17301)
(cherry picked from commit e2c0189927)
2016-09-03 18:04:11 +02:00
joschiwald
ad52ee8e25 DB/RBAC: fixed some permissions after a92bfb5505 2016-09-03 15:31:32 +02:00
treeston
a92bfb5505 Scripts/Commands: Small QoL adjustments
- .debug hostil now shows spawn ID (DBGUID) in addition to current GUID (so you can .go creature to it)
- .npc temp now takes an additional argument before the creature entry that determines whether the spawned creature instantly despawns upon death. Default is instant despawn (current behavior).
- Add .npc evade command.
- Add .pet level command.
- .server shutdown and .server restart now fail with an error message if time is below a config var (GM.ForceShutdownThreshold, default 30s) as long as another player is connected.
    - New commands .server shutdown force and .server restart force bypass this limitation.

(cherry picked from commit 0e1eb460d6)
2016-09-03 13:46:33 +02:00
Shauren
510cfb1456 Core: Change allowed build to 7.0.3.22566 2016-09-02 10:20:00 +02:00
Shauren
b5fac7abc1 Core: Set default expansion to Legion. 2016-08-30 00:00:33 +02:00
Vincent-Michael
41513c39ef Core/Misc: Updated to 7.0.3.22522 2016-08-27 09:07:13 +02:00
Vincent-Michael
d2c50155e8 Core/Misc: Updated to 7.0.3.22498 2016-08-26 16:14:42 +02:00
Shauren
e6ddb9f222 Core: Change allowed build to 7.0.3.22423 2016-08-13 01:15:21 +02:00
Shauren
ea16241873 Core: Change allowed build to 7.0.3.22410 2016-08-11 17:03:50 +02:00
Shauren
93bf99fe70 Core: Change allowed build to 22345 2016-08-07 16:28:18 +02:00
Vincent-Michael
c25c747b36 Misc/RBAC: Sync with 3.3.5 2016-07-30 16:56:41 +02:00
Ovalord
79aafd5865 Core/Players: Initial work on demon hunters
* Added starting level and required level config options as well as rbac permission to ignore the requirements
* Updated max power values for both demon hunter specs
* Fixed a crash during DK and DH creation
* Added playercreateinfo data for demon hunters

Closes #17651
2016-07-23 18:39:56 +02:00
Shauren
7d7139ba02 Core: Change supported build to 7.0.3.22293 2016-07-23 14:40:58 +02:00
Shauren
79a921edc7 SQL: Cleanup WIP sql arrangement 2016-07-19 16:55:21 +02:00
Shauren
48d637b540 Core: Change supported client version to 6.2.4.21742 2016-05-19 18:43:01 +02:00
Shauren
c75fcbe20b Core/Achievements: AchievementMgr refactoring
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation
* Fixed players earning guild achievements
2016-05-07 01:16:29 +02:00
Shauren
5d4e0e42f2 Changed supported version to 21463 2016-04-17 00:24:14 +02:00
DDuarte
8778829a98 SQLs: Update to the /sql/updates organization
Update SQL files should now be in a sub-folder equal to the current branch name

/sql/updates/auth/*.sql -> /sql/updates/auth/6.x/*.sql
/sql/updates/characters/*.sql -> /sql/updates/characters/6.x/*.sql
/sql/updates/hotfixes/*.sql -> /sql/hotfixes/world/6.x/*.sql
/sql/updates/world/*.sql -> /sql/updates/world/6.x/*.sql

This facilitates merges between the version branches
2016-04-16 18:48:11 +01:00