diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-07-02 17:44:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-02 17:44:58 +0200 |
commit | ce14a6ea896778433a100aba9f29c269fcc3e944 (patch) | |
tree | 04a6a5988c2e0cc359f06a1e3792e92a0591371a | |
parent | 71a4021f4df34804a667e503eb2bad6dbd1491d2 (diff) |
DB/Misc: Fix start spell for shaman
By Malcrom
-rw-r--r-- | sql/updates/world/master/2017_07_02_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_07_02_02_world.sql b/sql/updates/world/master/2017_07_02_02_world.sql new file mode 100644 index 00000000000..284dc4bdd7d --- /dev/null +++ b/sql/updates/world/master/2017_07_02_02_world.sql @@ -0,0 +1,2 @@ +-- Fix start spell for shaman +UPDATE `playercreateinfo_action` SET `action`=188196 WHERE `action`=403; |