mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 05:07:37 +00:00
Fix UpdateBug from error message removal
This commit is contained in:
+1
-3
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user