mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-28 15:42:26 +00:00
Fix UpdateBug from error message removal
This commit is contained in:
parent
1c6a0f054a
commit
b800dd04c6
@ -330,9 +330,7 @@ void ZoneDatabase::UpdateBug(PetitionBug_Struct* bug){
|
|||||||
"VALUES('%s', '%s', '%s', %i)",
|
"VALUES('%s', '%s', '%s', %i)",
|
||||||
"Petition", bug->name, bugtext, 25);
|
"Petition", bug->name, bugtext, 25);
|
||||||
safe_delete_array(bugtext);
|
safe_delete_array(bugtext);
|
||||||
auto results = QueryDatabase(query);
|
QueryDatabase(query);
|
||||||
if (!results.Success())
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ZoneDatabase::SetSpecialAttkFlag(uint8 id, const char* flag) {
|
bool ZoneDatabase::SetSpecialAttkFlag(uint8 id, const char* flag) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user