Skip to content

Commit

Permalink
chore: remove unused files + small console error (#2636)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi authored Dec 29, 2023
1 parent 54c41af commit 91e357f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions src/app/shared/modules/sai-editor/sai-handler.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export class SaiHandlerService extends ComplexKeyHandlerService<SmartScripts> {
query = `SELECT name FROM gameobject_template WHERE entry = ${sai.entryorguid}`;
}
} else {
console.error(`Unknown source_type`);
return;
}

Expand Down

0 comments on commit 91e357f

Please sign in to comment.