[DiscordArchive] am i able to fix that?
[DiscordArchive] am i able to fix that?
Archived author: Kitzunu • Posted: 2025-02-15T08:33:12.478000+00:00
Original source
y
Archived author: Coffee • Posted: 2025-02-15T08:33:19.467000+00:00
Original source
thx
Archived author: Kitzunu • Posted: 2025-02-15T08:35:22.277000+00:00
Original source
here's the SQL if you just want to run that instead
```sql
SET @C_TEMPLATE = 500030;
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
(@C_TEMPLATE + 0, 0, 25901, 1, 0, 0),
(@C_TEMPLATE + 1, 0, 25901, 1, 0, 0),
(@C_TEMPLATE + 2, 0, 18234, 1, 0, 0);
```
Archived author: Coffee • Posted: 2025-02-15T09:04:37.953000+00:00
Original source
i got it working thanks