Commit Graph

1060 Commits

Author SHA1 Message Date
Yehonal
d914be6e63 missing instance_template scripts 2018-04-09 08:52:18 +00:00
Yehonal
737c6ec1e1 Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk 2018-04-09 07:12:11 +00:00
Yehonal
d17e1da32a Missing override keyword 2018-04-09 07:11:44 +00:00
Yehonal
15a2a47cb9 Missing ScriptLoaders for missing instance scripts 2018-04-09 07:10:00 +00:00
Yehonal
f5fcc12fda Missing scripts for instances 2018-04-09 07:09:57 +00:00
Yehonal
b773662753 New Boolean parameter for OnAfterUpdateEncounterState
Now you're able to know if an encounter has been really changed or not
(e.g. respawned bosses)
2018-04-09 07:09:43 +00:00
Yehonal
1b53828c52 fixed some warnings 2018-04-09 07:09:34 +00:00
Yehonal
e49fb94e79 Fixed Twilight torment sartharion
thanks to @Morgarr
2018-04-09 07:09:27 +00:00
Barbz
4f477fae11 Merge pull request #806 from BarbzYHOOL/trial_of_the_champion_portcullis
Fixes the North Portcullis in TOCh
2018-04-06 22:09:03 +02:00
talamortis
05ed0597c0 Tome of Valor should no longer desapwn the creature 2018-04-01 16:55:50 +01:00
Francesco Borzì
b390dd6640 Merge pull request #822 from Viste/memoty
Core/Misc: Fixed memory leak in trade handler
2018-04-01 10:36:05 +02:00
Shauren
77abc1df0e Core/Misc: Fixed memory leak in trade handler 2018-03-31 23:35:00 +03:00
talamortis
d7e4799728 removed unused code - fix Travis 2018-03-31 19:46:28 +01:00
talamortis
a6e10f2ab2 Instace to return the guid of the gameobject 2018-03-31 18:45:46 +01:00
talamortis
203df067f3 Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk 2018-03-31 18:07:28 +01:00
talamortis
68c0d298ce After killing Rhahk in deadmines the door will now open correctly. 2018-03-31 18:05:44 +01:00
Travis CI
00cde32cd4 Importing pending sql 2018-03-29 16:35:34 +00:00
Barbz
5133af7b87 DB - Areatrigger - Removes warnings when booting the server (#819)
* DB - Areatrigger - Removes warnings when booting the server

There are 3 triggers that are from the areatrigger.dbc which are useless since the linked maps don't exist.
It's probably a mistake from blizz.

* Wrong database chosen...
2018-03-29 17:33:55 +01:00
talamortis
582abe1541 move a bit of code around for mirror image creatureAI 2018-03-29 01:11:08 +01:00
talamortis
4cb370e192 More fixes for Mirror Image
When player loses target on the mirror image should still attack the current target
2018-03-29 01:01:38 +01:00
Lee
72f9ef756e removed extra space 2018-03-26 21:14:34 +01:00
Yehonal
91cbe9e98a Fixed Creature_SelectLevel hook 2018-03-20 13:50:35 +00:00
Yehonal
9abaf38612 Implemented OnAfterUpdateEncounterState hook 2018-03-20 13:50:27 +00:00
talamortis
5775da199a Revert "Guild charter should now work as intended."
This reverts commit 8a307c7b18.

Also applied fix using original code.
2018-03-20 08:34:15 +00:00
talamortis
3cd8da7560 Players can now re enter zul'aman after raid wipes. 2018-03-19 11:54:00 +00:00
talamortis
8a307c7b18 Guild charter should now work as intended.
closes #807
2018-03-19 11:11:33 +00:00
talamortis
13580238c4 fixed crash issue is creatures are summoned outside of the instance 2018-03-18 22:41:29 +00:00
Barbz
f329d17083 Custom scripts - Style of the readme on Github
Made it easier to read
2018-03-18 20:32:32 +01:00
Rochet2
d1646aeb0f Fix DB type to match core (#809)
* Fix DB type to match core

Reverts https://github.com/azerothcore/azerothcore-wotlk/pull/733

* Importing pending sql
2018-03-17 14:19:33 +00:00
talamortis
5113715b05 Upon death KT should reopen the door so people can leave. 2018-03-17 09:47:22 +00:00
talamortis
62977e6408 if players now wipe the door will Reset. 2018-03-15 13:08:02 +00:00
talamortis
e0b8b58cca Sartharion should despawn all adds updon death. 2018-03-14 19:56:36 +00:00
Nefertumm
dd300003e2 Update license links (#783) 2018-03-12 10:54:57 +01:00
Rochet2
bb70286d18 Fix crash with dangling player pointer
For a more educated fix would need to get access to git history for why the hook was moved here.
Or alternatively, try research what would be the correct place for the hook.
2018-03-11 17:54:48 +02:00
ariel-
43498cc1a2 Core/Misc: fix bad dbc data for lock 'Locked ball and chain'
Closes #494 author is @ariel- not sure yet how smartgit works...
2018-03-06 14:38:45 +01:00
Yehonal
c7e91800fc Fixed typo in ScriptMgr comments 2018-03-06 00:05:46 +00:00
Yehonal
bfca8601c0 Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk 2018-03-06 00:01:13 +00:00
Yehonal
fbb4929299 CustomData for Map class 2018-03-06 00:01:07 +00:00
Yehonal
cde32263dd updated .editorconfig 2018-03-06 00:00:55 +00:00
Rochet2
311f702bd8 Make info messages seem less important (#788) 2018-03-05 00:09:03 +01:00
Nefertumm
11862840e2 Mechanic_immune_mask added in npc info command (#771) 2018-03-04 23:24:54 +01:00
BarbzYHOOL
ecf34b1ed6 Fix typo 2018-03-04 20:20:06 +01:00
Trystanosaurus
f477948595 Implement RATE_CREATURE_AGGRO
Make aggroRate a local variable and return aggro range of 0 if aggroRate is 0 to save unnecessary calculations.
2018-03-04 19:00:03 +01:00
grimgravy
c9f00ca65b Fix the North Portcullis in TOC 2018-03-04 17:38:44 +01:00
Yehonal
a36e94a49a Fixed crashes with not initialized CustomData 2018-03-02 21:03:40 +00:00
yehonal
93cf5edd57 Moved ScriptMgr macros to separated header and created ModuleScript
it will allow Modules to create their own Hooks inside the
module itself, to customize/extend their functionalities.

An example of its usage will be available in VAS Module:
You'll be able to disable VAS with custom conditions from other modules.
2018-02-28 20:20:10 +01:00
Yehonal
b9e122dfdf missing semi-colon in latest sql 2018-02-23 15:31:22 +01:00
Travis CI
520936be60 Importing pending sql 2018-02-23 11:56:33 +00:00
Evilpriest4
6a937dab5e Black Temple's Illidari Council (#790) 2018-02-23 12:53:31 +01:00
ladiszlai
4b8a10e605 Addon message read fix (#796) 2018-02-23 12:52:39 +01:00