mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
4 lines
132 B
Bash
4 lines
132 B
Bash
#!/bin/bash
|
|
cat ../sql/updates/world/master/*.sql > world_update.sql
|
|
cat ../sql/updates/hotfixes/master/*.sql > hotfixes_update.sql
|