|
Patch-Submissions Patch Submissions |
|
Опции темы | Поиск в этой теме | Опции просмотра |
06.09.2012, 02:03 | #1 |
Гость
Сообщений: n/a
|
[Patch] Fix SummonedCreatureJustDied
Description: this will fix the SummonedCreatureJustDied function call in case of summoned pets.
Right now, this is not called because the Код:
pVictim->SetDeathState(JUST_DIED); Код:
pVictim->SetHealth(0); PetOwnerKilledUnit(pVictim); JustKilledCreature((Creature*)pVictim); Revision: cmangos [12145] Author: me (with the help from Schmoozerd) Patch: http://paste2.org/p/2195526 |
6 пользователя(ей) сказали cпасибо: | Astoria (07.09.2012), LordJZ (06.09.2012), Mayss (07.09.2012), partizanes (06.09.2012), schmoozerd (10.09.2012), Vladimir (06.09.2012) |
10.09.2012, 00:11 | #2 |
MaNGOS Dev
Регистрация: 17.11.2011
Сообщений: 99
Сказал(а) спасибо: 35
Поблагодарили 80 раз(а) в 26 сообщениях
|
pused to new "testing" branch at:
https://github.com/cmangos/mangos-wo...dceafd0ffb9c37 Let's await if there will be feedback |
05.10.2012, 02:52 | #3 |
MaNGOS Dev
Регистрация: 17.11.2011
Сообщений: 99
Сказал(а) спасибо: 35
Поблагодарили 80 раз(а) в 26 сообщениях
|
And in 12191 and 12192, Thank you
|