mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-4135: Fix DOLPHINS_GRACE PotionEffectType Wrapper.
This commit is contained in:
parent
d6214b1988
commit
f025ddf813
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public abstract class PotionEffectType {
|
|||
/**
|
||||
* Squee'ek uh'k kk'kkkk squeek eee'eek.
|
||||
*/
|
||||
public static final PotionEffectType DOLPHINS_GRACE = new PotionEffectTypeWrapper(29);
|
||||
public static final PotionEffectType DOLPHINS_GRACE = new PotionEffectTypeWrapper(30);
|
||||
|
||||
private final int id;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue