diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-28 21:56:35 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-28 21:56:35 +0100 |
| commit | 747184a7c0dc200b9c2c8607a3e1dd990161278e (patch) | |
| tree | d3c79d6cbd4894100d011557e0f37ed8eaa46d8a | |
| parent | 1b48c7b977b19f990b7f1389f48a0a45cdde9784 (diff) | |
DB/Creature: Fix some factions
Updates #11501
| -rw-r--r-- | sql/updates/world/2014_01_28_05_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_28_05_world_creature_template.sql b/sql/updates/world/2014_01_28_05_world_creature_template.sql new file mode 100644 index 00000000000..c6b6ccc7252 --- /dev/null +++ b/sql/updates/world/2014_01_28_05_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `VehicleId`=0 WHERE `entry` IN (38156,38637,38638); |
