diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-04-24 18:54:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-24 18:54:51 +0200 |
| commit | 02b667e76eec9662211bf34a0266b0a82c547698 (patch) | |
| tree | 22028d9347cda8da0ab846cd51d0a1ecdb832e6d | |
| parent | 41abb35cdae0e91abd9a767b370c7f71015e29a3 (diff) | |
DB/World: Update faction and unit_class to default values
REF d36af78c7f1a7db690c9e06db7e2206a052b549a
| -rw-r--r-- | sql/updates/world/master/2017_04_24_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_04_24_01_world.sql b/sql/updates/world/master/2017_04_24_01_world.sql new file mode 100644 index 00000000000..991196af75f --- /dev/null +++ b/sql/updates/world/master/2017_04_24_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction`=35 WHERE `faction`=0; +UPDATE `creature_template` SET `unit_class`=1 WHERE `unit_class`=0; |
