mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
Fix UpdateBug from error message removal
This commit is contained in:
parent
c86fc62132
commit
1c6a0f054a
@ -316,9 +316,7 @@ void ZoneDatabase::UpdateBug(BugStruct* bug) {
|
||||
safe_delete_array(bugtext);
|
||||
safe_delete_array(uitext);
|
||||
safe_delete_array(targettext);
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success())
|
||||
|
||||
QueryDatabase(query);
|
||||
}
|
||||
|
||||
void ZoneDatabase::UpdateBug(PetitionBug_Struct* bug){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user