Skip to content

Commit

Permalink
Core/Sql: Fixed Database Creation from scratch (AshamaneProject#267)
Browse files Browse the repository at this point in the history
* Core/Sql: Fixed Database Creation from scratch

Note: its important that your Database names beginn an "ashamane_" prefix, otherwise your server will never load up

* Update 2020_12_17_00_world.sql

* Update README.md

Co-authored-by: Traesh <Traesh@users.noreply.github.com>
  • Loading branch information
DuelistRag3 and Traesh authored Jan 11, 2021
1 parent c142185 commit 288d6ce
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 180 deletions.
2 changes: 1 addition & 1 deletion sql/ashamane/world/2020_12_17_00_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ DELETE FROM creature_template_model WHERE CreatureID = 119314 AND Idx = 0 AND Cr
DELETE FROM creature_template_model WHERE CreatureID = 126326 AND Idx = 0 AND CreatureDisplayId = 86774;
DELETE FROM creature_template_model WHERE CreatureID = 129049 AND Idx = 0 AND CreatureDisplayId = 87401;

ALTER TABLE `ashamane_base_world`.`creature_template_model` DROP PRIMARY KEY, ADD PRIMARY KEY (`CreatureID`, `Idx`);
ALTER TABLE `creature_template_model` DROP PRIMARY KEY, ADD PRIMARY KEY (`CreatureID`, `Idx`);
358 changes: 179 additions & 179 deletions sql/ashamane/world/2020_12_18_00_world.sql

Large diffs are not rendered by default.

0 comments on commit 288d6ce

Please sign in to comment.