-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
agora o sub inicializarParametrosQuestClasse1T retorna uma referencia a um hash em vez da gambiarra do set_full_hash
- Loading branch information
Showing
14 changed files
with
27 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '164 124', | ||
mapa => 'geffen_in', | ||
sequenciaConversa => '', | ||
equipeIniciante => 1639 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '184 41', | ||
mapa => 'prt_church', | ||
precisaMover => 'sim', | ||
sequenciaConversa => '', | ||
equipeIniciante => 1545 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '53 43', | ||
mapa => 'alberta_in', | ||
precisaMover => 'sim', | ||
sequenciaConversa => '', | ||
equipeIniciante => 1381 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
sub inicializarParametrosQuestClasse1T{ | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '74 172', | ||
mapa => 'izlude_in', | ||
precisaMover => 'nao', | ||
sequenciaConversa => 'r1 r0', | ||
equipeIniciante => 13415 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '164 124', | ||
mapa => 'geffen_in', | ||
precisaMover => 'sim', | ||
sequenciaConversa => '', | ||
equipeIniciante => 1639 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '74 172', | ||
mapa => 'izlude_in', | ||
precisaMover => 'nao', | ||
sequenciaConversa => '', | ||
equipeIniciante => 13415 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '53 43', | ||
mapa => 'alberta_in', | ||
sequenciaConversa => '', #não sabemos ainda | ||
equipeIniciante => 1381 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '64 71', | ||
mapa => 'payon_in02', | ||
precisaMover => 'nao', | ||
sequenciaConversa => '', | ||
equipeIniciante => 1742 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '39 129', | ||
mapa => 'moc_prydb1', | ||
sequenciaConversa => '', | ||
equipeIniciante => 13041 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '64 71', | ||
mapa => 'payon_in02', | ||
precisaMover => 'nao', | ||
sequenciaConversa => '', | ||
equipeIniciante => 1742 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '184 41', | ||
mapa => 'prt_church', | ||
precisaMover => 'sim', | ||
sequenciaConversa => '', | ||
equipeIniciante => 1545 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '42 133', | ||
mapa => 'moc_prydb1', | ||
precisaMover => 'sim', | ||
sequenciaConversa => '', | ||
equipeIniciante => 13041 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
sub inicializarParametrosQuestClasse1T { | ||
my %parametrosQuestClasse1T = ( | ||
return { | ||
npc => '64 71', | ||
mapa => 'payon_in02', | ||
precisaMover => 'nao', | ||
sequenciaConversa => '', | ||
equipeIniciante => 1742 | ||
); | ||
my $eventMacro = $eventMacro::Data::eventMacro; | ||
$eventMacro->set_full_hash('parametrosQuestClasse1T', \%parametrosQuestClasse1T); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters