diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-01-12 03:08:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-12 03:08:15 +0100 |
| commit | e64159673f193a792291f7bb917a80eff00d4473 (patch) | |
| tree | d35dae63f86346c04e2896f54768602e82aa6693 | |
| parent | a28768a9ad36197153a313bdae200a77e25a9071 (diff) | |
Missing part of c76226c
| -rw-r--r-- | sql/updates/world/master/2017_01_12_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_12_01_world.sql b/sql/updates/world/master/2017_01_12_01_world.sql new file mode 100644 index 00000000000..104564f21a5 --- /dev/null +++ b/sql/updates/world/master/2017_01_12_01_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_template` SET `minlevel`=1,`maxlevel`=1,`faction`=35,`unit_flags`=33554440,`VehicleId`=550,`InhabitType`=4,`ScriptName`="npc_eagle_spirit" WHERE `entry`=36790; + +DELETE FROM `creature_template_addon` WHERE `entry`=36790; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (36790,0,0,50331648,1,0,'69324'); +-- |
