diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-07-26 20:48:46 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-07-26 20:49:03 +0200 |
commit | 9e2b0eb718f1a3fdadd816db6e4638b468b82059 (patch) | |
tree | 8b347af5a07ffd49302c54a8fb0b28f674de040c | |
parent | 66bbdfb82cc27eb6fd39b93e8c11ea0aedf21c75 (diff) |
SQL: Fix bad sql
-rw-r--r-- | sql/updates/world/2015_07_26_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_07_26_00_world.sql b/sql/updates/world/2015_07_26_00_world.sql new file mode 100644 index 00000000000..3634dc21cd3 --- /dev/null +++ b/sql/updates/world/2015_07_26_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `InhabitType`=4, `AIName`="SmartAI" WHERE `entry`=29999; |