Skip to content

Commit

Permalink
Update 2.70.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LucBerge committed Dec 12, 2023
1 parent 4b83195 commit 1c1a0cc
Show file tree
Hide file tree
Showing 26 changed files with 125,190 additions and 120,230 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ package com.ankamagames.dofus.logic.game.common.frames
this._isArenaRegistered = false;
this._arenaReadyPartyMemberIds = new Array();
KernelEventsManager.getInstance().processCallback(RoleplayHookList.ArenaRegistrationStatusUpdate,this._isArenaRegistered,this._arenaCurrentStatus);
if(this._arenaLeader && PlayedCharacterManager.getInstance().id == this._arenaLeader.id)
if(this._arenaLeader && PlayedCharacterManager.getInstance().id == this._arenaLeader.id && this._currentArenaType != 0)
{
commonMod = UiModuleManager.getInstance().getModule("Ankama_Common").mainClass;
commonMod.openPopup(I18n.getUiText("ui.common.confirm"),I18n.getUiText("ui.party.arenaPopupReinscription"),[I18n.getUiText("ui.common.yes"),I18n.getUiText("ui.common.no")],[this.reinscriptionWantedFunction,null],this.reinscriptionWantedFunction,function():void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ package com.ankamagames.dofus.uiApi
{
return false;
}
var targetIsMaxLevel:* = pet.evolutiveLevel == pet.type.evolutiveType.maxLevel;
var targetIsMaxLevel:* = pet.evolutiveLevel == pet.type.evolutiveType.getMaxLevel();
var targetIsLegendary:Boolean = pet.itemHasLegendaryEffect;
var foodGivesLegendaryStatus:Boolean = food.itemHoldsLegendaryStatus;
var foodIsLegendary:Boolean = food.itemHasLegendaryEffect;
Expand Down
2 changes: 1 addition & 1 deletion data/B/entities_json/Breeds.part00.json
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@
"longNameId": 582016,
"descriptionId": 305962,
"gameplayDescriptionId": 598094,
"gameplayClassDescriptionId": 1015913,
"gameplayClassDescriptionId": 1053722,
"maleLook": "{1|70||110}",
"femaleLook": "{1|71||115}",
"creatureBonesId": 36,
Expand Down
8 changes: 4 additions & 4 deletions data/B/entities_json/Challenges.part00.json
Original file line number Diff line number Diff line change
Expand Up @@ -7077,7 +7077,7 @@
{
"id": 966,
"nameId": 1008041,
"descriptionId": 1008246,
"descriptionId": 1053765,
"incompatibleChallenges": [],
"categoryId": 1,
"iconId": 966,
Expand Down Expand Up @@ -8769,7 +8769,7 @@
{
"id": 1278,
"nameId": 1051584,
"descriptionId": 1051495,
"descriptionId": 1053762,
"incompatibleChallenges": [],
"categoryId": 3,
"iconId": 977,
Expand All @@ -8780,7 +8780,7 @@
{
"id": 1279,
"nameId": 1051585,
"descriptionId": 1051497,
"descriptionId": 1053763,
"incompatibleChallenges": [],
"categoryId": 3,
"iconId": 977,
Expand All @@ -8791,7 +8791,7 @@
{
"id": 1280,
"nameId": 1051586,
"descriptionId": 1051498,
"descriptionId": 1053764,
"incompatibleChallenges": [],
"categoryId": 3,
"iconId": 977,
Expand Down
2 changes: 1 addition & 1 deletion data/B/entities_json/FeatureDescriptions.part00.json
Original file line number Diff line number Diff line change
Expand Up @@ -2322,7 +2322,7 @@
{
"id": 315,
"nameId": 1049298,
"descriptionId": 1053128,
"descriptionId": 1053756,
"priority": 2,
"parentId": 140,
"children": [],
Expand Down
4 changes: 2 additions & 2 deletions data/B/entities_json/InfoMessages.part00.json
Original file line number Diff line number Diff line change
Expand Up @@ -9713,7 +9713,7 @@
{
"typeId": 1,
"messageId": 359,
"textId": 335042
"textId": 1053688
},
{
"typeId": 1,
Expand Down Expand Up @@ -11718,7 +11718,7 @@
{
"typeId": 4,
"messageId": 72,
"textId": 768552
"textId": 1053721
},
{
"typeId": 4,
Expand Down
Loading

0 comments on commit 1c1a0cc

Please sign in to comment.