diff options
| author | Akimbo <66260220+Akimboss@users.noreply.github.com> | 2020-10-01 11:42:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-01 11:42:47 +0200 |
| commit | e19a21733bf0eb0ec736ab5c4776f5f328748dfa (patch) | |
| tree | 2e037538bcfbd59ade39cd65ce081c4b7b522288 | |
| parent | 55deca60aa064a5cfd9717f2fddd030f4d0fdb93 (diff) | |
fix(DB): ICC Intro Event - Saurfang/Muradin MODELID (#3432)
| -rw-r--r-- | data/sql/updates/pending_db_world/rev_1599321019527522400.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1599321019527522400.sql b/data/sql/updates/pending_db_world/rev_1599321019527522400.sql new file mode 100644 index 0000000000..1babb8a2ee --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1599321019527522400.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1599321019527522400'); + +UPDATE `creature` SET `id` = 32315, `modelid` = 30583 WHERE `guid` = 200984; |
