Skip to content

Commit

Permalink
ajuste spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
trindadea committed Sep 9, 2024
1 parent 7251c29 commit ed2b25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16575,7 +16575,7 @@ BEGIN
END IF;

-- Pilhador (spawn em Planície, Montanha e Deserto)
IF chunk_rec.nome_bioma IN ('Planície', 'Montanha', 'Deserto') THEN
IF chunk_rec.nome_bioma IN ('Planície', 'Montanha', 'Deserto') THEN
rand_num := random() * 100;
IF rand_num <= 10.00 THEN
CALL inserir_inst_mob('Pilhador', 24, chunk_rec.numero, 'Superfície', NULL);
Expand Down

0 comments on commit ed2b25a

Please sign in to comment.