mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 16:57:47 +00:00
Merge pull request #802 from collett8192/develop_3.x
[3.0] fix missing bnpc check in SubSea052
This commit is contained in:
commit
10bba80537
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ private:
|
||||||
}
|
}
|
||||||
case 1:
|
case 1:
|
||||||
{
|
{
|
||||||
if( quest.getUI8AL() < 5 )
|
if( type == EVENT_ON_BNPC_KILL && param1 == 405 && quest.getUI8AL() < 5 )
|
||||||
{
|
{
|
||||||
quest.setUI8AL( quest.getUI8AL() + 1 );
|
quest.setUI8AL( quest.getUI8AL() + 1 );
|
||||||
eventMgr().sendEventNotice( player, getId(), 0, 2, quest.getUI8AL(), 5 );
|
eventMgr().sendEventNotice( player, getId(), 0, 2, quest.getUI8AL(), 5 );
|
||||||
|
|
Loading…
Add table
Reference in a new issue