Update AnimationEndpoint.java

Test
This commit is contained in:
Tyler Bochard
2019-06-27 21:39:46 -04:00
committed by GitHub
parent f0b5f43702
commit bebb8d8264

View File

@@ -44,7 +44,7 @@ public class AnimationEndpoint
+ " `npcid` int(11) NOT NULL,\n"
+ " `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n"
+ " `rev` int(11) NOT NULL,\n"
+ " `anim1` int(11),\n"
+ " `anim1` int(11) NOT NULL,\n"
+ " `anim2` int(11),\n"
+ " `anim3` int(11),\n"
+ " `anim4` int(11),\n"