From 4c3b215dbb16abc17ab63ee4fc60909c386a5a1b Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 27 Jun 2019 02:53:13 +0200 Subject: DB/Creature: Temp fix a lot of startup errors --- sql/updates/world/master/2019_06_27_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2019_06_27_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2019_06_27_00_world.sql b/sql/updates/world/master/2019_06_27_00_world.sql new file mode 100644 index 00000000000..cc09410f78a --- /dev/null +++ b/sql/updates/world/master/2019_06_27_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `faction`=35 WHERE`faction`=0; -- cgit v1.2.3