Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 1292be2

Browse files
committed
Correcting copy&paste mistake
Closing #81
1 parent 9fe6f3e commit 1292be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainUnit.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5655,7 +5655,7 @@ procedure TMainForm.CompleteCreatureEquipTemplateScript;
56555655
caguid:= edceCreatureID.Text;
56565656
if caguid='' then exit;
56575657
SetFieldsAndValues(Fields, Values, 'creature_equip_template', PFX_CREATURE_EQUIP_TEMPLATE, mectLog);
5658-
mectScript.Text := Format('DELETE FROM `creature_equip_template` WHERE (`edceCreatureID`=%s);'#13#10+
5658+
mectScript.Text := Format('DELETE FROM `creature_equip_template` WHERE (`CreatureID`=%s);'#13#10+
56595659
'INSERT INTO `creature_equip_template` (%s) VALUES (%s);'#13#10,[caguid, Fields, Values]);
56605660
end;
56615661

0 commit comments

Comments
 (0)