diff options
-rw-r--r-- | sql/updates/world/master/2017_01_11_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_11_00_world.sql b/sql/updates/world/master/2017_01_11_00_world.sql new file mode 100644 index 00000000000..e84bea32276 --- /dev/null +++ b/sql/updates/world/master/2017_01_11_00_world.sql @@ -0,0 +1,2 @@ +-- Update some values for Sharpbeak entry 43161 and add script +UPDATE `creature_template` SET `speed_run`=1.38571, `unit_flags`=33554440, `ScriptName`="npc_sharpbeak" WHERE `entry`=43161; |