Skip to content

Commit

Permalink
fix: update donate link and add canary logo png files (opentibiabr#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Mar 6, 2023
1 parent fe9419c commit 0d23dac
Show file tree
Hide file tree
Showing 320 changed files with 324 additions and 324 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: [
'https://docs.opentibiabr.org/donate/',
'https://docs.opentibiabr.com/home/donate/',
]
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenTibiaBR - Canary

[![Discord Channel](https://img.shields.io/discord/528117503952551936.svg?style=flat-square&logo=discord)](https://discord.gg/X3mSnMH8jg)
[![Discord Channel](https://img.shields.io/discord/528117503952551936.svg?style=flat-square&logo=discord)](https://discord.gg/gvTj5sh9Mp)
[![GitHub issues](https://img.shields.io/github/issues/opentibiabr/canary)](https://github.com/opentibiabr/canary/issues)
[![GitHub pull request](https://img.shields.io/github/issues-pr/opentibiabr/canary)](https://github.com/opentibiabr/canary/pulls)
[![Contributors](https://img.shields.io/github/contributors/opentibiabr/canary.svg?style=flat-square)](https://github.com/opentibiabr/canary/graphs/contributors)
Expand Down Expand Up @@ -28,15 +28,15 @@ It is a fork of the [OTServBR-Global](https://github.com/opentibiabr/otservbr-gl

This project was created with the intention of being a base as clean as possible, to work as an MMORPG engine and not necessarily linked to Tibia Global, although it will also work. The OpenTibiaBR - Global was adapted to work with the source of the Canary, so that it will be the first repository to use this engine.

To connect to the server and to take a stable experience, you can use [mehah's otclient](https://github.com/mehah/otclient) or [tibia client](https://github.com/dudantas/tibia-client/releases/latest) and if you want to edit something, check our [customized tools](https://majestyotbr.gitbook.io/opentibiabr/others/downloads#tools).
To connect to the server and to take a stable experience, you can use [mehah's otclient](https://github.com/mehah/otclient) or [tibia client](https://github.com/dudantas/tibia-client/releases/latest) and if you want to edit something, check our [customized tools](https://docs.opentibiabr.com/others/downloads/tools).

If you want edit the map, use the [own remere's map editor](https://github.com/opentibiabr/remeres-map-editor/).

You are subject to our code of conduct, read at [this link](https://github.com/opentibiabr/canary/blob/master/CODE_OF_CONDUCT.md).

### Getting **Started**

* [Gitbook](https://majestyotbr.gitbook.io/opentibiabr/projects/canary).
* [Gitbook](https://docs.opentibiabr.com/projects/canary).
* [Wiki](https://github.com/opentibiabr/canary/wiki).

### Issues
Expand All @@ -47,7 +47,7 @@ We use the [issue tracker on GitHub](https://github.com/opentibiabr/canary/issue

Before [creating a pull request](https://github.com/opentibiabr/canary/pulls) please keep in mind:

* Do not send Pull Request changing the map, as we can't review the changes it's better to use our [Discord](https://discord.gg/X3mSnMH8jg) to talk about or send the map changes to the responsible for updating it.
* Do not send Pull Request changing the map, as we can't review the changes it's better to use our [Discord](https://discord.gg/gvTj5sh9Mp) to talk about or send the map changes to the responsible for updating it.
* Focus on fixing only one thing, mixing too much things on the same Pull Request make it harder to review, harder to test and if we need to revert the change it will remove other things together.
* Follow the project indentation, if your editor support you can use the [editorconfig](https://editorconfig.org/) to automatic configure the indentation.
* There are people that doesn't play the game on the official server, so explain your changes to help understand what are you changing and why.
Expand All @@ -69,7 +69,7 @@ Before [creating a pull request](https://github.com/opentibiabr/canary/pulls) pl

### **Sponsors**

See our [donate page](https://docs.opentibiabr.org/donate)
See our [donate page](https://docs.opentibiabr.com/home/donate)

### Partners

Expand Down
2 changes: 1 addition & 1 deletion config.lua.dist
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ startupDatabaseOptimization = true
-- Status server information
ownerName = "OpenTibiaBR"
ownerEmail = "opentibiabr@outlook.com"
url = "http://docs.opentibiabr.org/"
url = "http://docs.opentibiabr.com/"
location = "South America"

-- Sends Discord webhook notifications on startup, raids and shutdown.
Expand Down
4 changes: 2 additions & 2 deletions data-canary/scripts/actions/worldboard.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local communicates = {
"Welcome to Canary Server! Visit the organization to see all our work: https://github.com/opentibiabr",
"Did you like it? Help support what we do here with a donation by visiting the link: https://docs.opentibiabr.org/donate/",
"Visit our discord to ask questions or report issues: https://discord.com/invite/3NxYnyV"
"Did you like it? Help support what we do here with a donation by visiting the link: https://docs.opentibiabr.com/home/donate/",
"Visit our discord to ask questions or report issues: https://discord.gg/gvTj5sh9Mp"
}

local scriptConfig = {
Expand Down
Binary file added docs/canary-logo-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/canary-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/config/config_definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CONFIG_CONFIG_DEFINITIONS_HPP_
Expand Down
2 changes: 1 addition & 1 deletion src/config/configmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/config/configmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CONFIG_CONFIGMANAGER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CORE_HPP_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/appearance/mounts/mounts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/appearance/mounts/mounts.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_APPEARANCE_MOUNTS_MOUNTS_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/appearance/outfit/outfit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/appearance/outfit/outfit.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_APPEARANCE_OUTFIT_OUTFIT_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/combat/combat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/combat/combat.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_COMBAT_COMBAT_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/combat/condition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/combat/condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_COMBAT_CONDITION_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/combat/spells.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/combat/spells.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_COMBAT_SPELLS_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/creature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/creature.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_CREATURE_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/creatures_definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_CREATURES_DEFINITIONS_HPP_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/interactions/chat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/interactions/chat.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_INTERACTIONS_CHAT_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/monsters/monster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/monsters/monster.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_MONSTERS_MONSTER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/monsters/monsters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/monsters/monsters.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_MONSTERS_MONSTERS_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/monsters/spawns/spawn_monster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/monsters/spawns/spawn_monster.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_MONSTERS_SPAWNS_SPAWN_MONSTER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/npcs/npc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/npcs/npc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_NPCS_NPC_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/npcs/npcs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/npcs/npcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_NPCS_NPCS_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/npcs/spawns/spawn_npc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/npcs/spawns/spawn_npc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_NPCS_SPAWNS_SPAWN_NPC_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/players/account/account.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/players/account/account.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_PLAYERS_ACCOUNT_ACCOUNT_HPP_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/players/grouping/familiars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/players/grouping/familiars.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#ifndef SRC_CREATURES_PLAYERS_GROUPING_FAMILIARS_H_
Expand Down
2 changes: 1 addition & 1 deletion src/creatures/players/grouping/groups.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Repository: https://github.com/opentibiabr/canary
* License: https://github.com/opentibiabr/canary/blob/main/LICENSE
* Contributors: https://github.com/opentibiabr/canary/graphs/contributors
* Website: https://docs.opentibiabr.org/
* Website: https://docs.opentibiabr.com/
*/

#include "pch.hpp"
Expand Down
Loading

0 comments on commit 0d23dac

Please sign in to comment.