chore(Core/Creature): clean up an unnecessary function (#10904)

This commit is contained in:
Skjalf 2022-03-06 03:12:06 -03:00 committed by GitHub
parent 742a568c12
commit d4b3e8f201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 11 deletions

View file

@ -143,7 +143,7 @@ public:
});
me->SetRespawnTime(urand(2 * DAY, 3 * DAY));
me->SaveRespawnTimeToDB();
me->SaveRespawnTime();
}
void UpdateAI(uint32 diff) override